diff options
Diffstat (limited to 'mod/impel.php')
-rw-r--r-- | mod/impel.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/impel.php b/mod/impel.php index da7138438..a0cb1d949 100644 --- a/mod/impel.php +++ b/mod/impel.php @@ -22,7 +22,7 @@ function impel_init(&$a) { if(! $j) json_return_and_die($ret); - $channel = $a->get_channel(); + $channel = App::get_channel(); $arr = array(); $is_menu = false; |