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 0cc108079..f0a3c8a70 100644 --- a/mod/appman.php +++ b/mod/appman.php @@ -66,7 +66,7 @@ function appman_content(&$a) { notice( t('Permission denied.') . EOL); return; } -logger('content'); + $channel = $a->get_channel(); $app = null; $embed = null; |