]> git.mxchange.org Git - friendica.git/blobdiff - mod/poke.php
forgotten templates
[friendica.git] / mod / poke.php
index 848ed817d69d4b5ff0a846a8fe7b5b1f274ae4e2..2f989dd7d3b07bd415847fe376034911b3be3ea9 100644 (file)
@@ -139,13 +139,13 @@ function poke_init(App $a) {
                //      intval($uid),
                //      intval($item_id)
                //);
-               Worker::add(PRIORITY_HIGH, "notifier", "tag", $item_id);
+               Worker::add(PRIORITY_HIGH, "Notifier", "tag", $item_id);
        }
 
 
        call_hooks('post_local_end', $arr);
 
-       Worker::add(PRIORITY_HIGH, "notifier", "like", $post_id);
+       Worker::add(PRIORITY_HIGH, "Notifier", "like", $post_id);
 
        return;
 }