diff options
Diffstat (limited to 'mod/poke.php')
-rwxr-xr-x | mod/poke.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/poke.php b/mod/poke.php index 15a69780c..7245ceee7 100755 --- a/mod/poke.php +++ b/mod/poke.php @@ -22,7 +22,7 @@ function poke_init(&$a) { return; $uid = local_channel(); - $channel = $a->get_channel(); + $channel = App::get_channel(); $verb = notags(trim($_REQUEST['verb'])); |