]> git.mxchange.org Git - friendica.git/blobdiff - mod/mood.php
Markdown formatting and minor changes
[friendica.git] / mod / mood.php
index 084750ef80ce80b26afa5eafa30ef4b7c557ef1d..bffe37f3be7ced95cff2f60dbd5b3c8d71159b3e 100644 (file)
@@ -100,13 +100,13 @@ function mood_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;
 }