aboutsummaryrefslogtreecommitdiffstats
path: root/mod/sources.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/sources.php')
-rw-r--r--mod/sources.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/sources.php b/mod/sources.php
index 0aaaa82b1..6ea0743aa 100644
--- a/mod/sources.php
+++ b/mod/sources.php
@@ -14,7 +14,7 @@ function sources_post(&$a) {
$frequency = $_REQUEST['frequency'];
$name = $_REQUEST['name'];
- $channel = $a->get_channel();
+ $channel = App::get_channel();
if($name == '*')
$xchan = '*';