From 9abd95fad3784a10fc48bc40f9b8a75d7d74edda Mon Sep 17 00:00:00 2001 From: redmatrix Date: Thu, 31 Mar 2016 16:06:03 -0700 Subject: static App --- mod/mood.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/mood.php') diff --git a/mod/mood.php b/mod/mood.php index 92a4f391b..3ded65469 100755 --- a/mod/mood.php +++ b/mod/mood.php @@ -11,7 +11,7 @@ function mood_init(&$a) { return; $uid = local_channel(); - $channel = $a->get_channel(); + $channel = App::get_channel(); $verb = notags(trim($_GET['verb'])); if(! $verb) @@ -56,7 +56,7 @@ function mood_init(&$a) { $deny_gid = $channel['channel_deny_gid']; } - $poster = $a->get_observer(); + $poster = App::get_observer(); $mid = item_message_id(); -- cgit v1.2.3