From: rabuzarus Date: Mon, 12 Feb 2018 19:27:10 +0000 (+0100) Subject: remove code with undeclared variable in function poke_init( X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=abe0d8355af7a7a72e85327036ae6dd1ad1ddebb;p=friendica.git remove code with undeclared variable in function poke_init( --- diff --git a/mod/poke.php b/mod/poke.php index 1e6c53e175..c120791739 100644 --- a/mod/poke.php +++ b/mod/poke.php @@ -138,11 +138,8 @@ function poke_init(App $a) { Worker::add(PRIORITY_HIGH, "Notifier", "tag", $item_id); } - Addon::callHooks('post_local_end', $arr); - Worker::add(PRIORITY_HIGH, "Notifier", "like", $post_id); - return; }