]> git.mxchange.org Git - friendica.git/commitdiff
remove code with undeclared variable in function poke_init(
authorrabuzarus <rabuzarus@t-online.de>
Mon, 12 Feb 2018 19:27:10 +0000 (20:27 +0100)
committerrabuzarus <rabuzarus@t-online.de>
Mon, 12 Feb 2018 19:27:10 +0000 (20:27 +0100)
mod/poke.php

index 1e6c53e17520a440dee48843ab40e4422bb96671..c1207917398b5b9037fa704e9739f84776c549b2 100644 (file)
@@ -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;
 }