diff options
Diffstat (limited to 'mod/appman.php')
-rw-r--r-- | mod/appman.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/appman.php b/mod/appman.php index e31492f0b..d8d030465 100644 --- a/mod/appman.php +++ b/mod/appman.php @@ -67,7 +67,7 @@ function appman_content(&$a) { return; } - $channel = $a->get_channel(); + $channel = App::get_channel(); $app = null; $embed = null; if($_REQUEST['appid']) { |