]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagger.php
Merge pull request #3985 from hoergen/develop
[friendica.git] / mod / tagger.php
index c91fb4abaa82a8d3703072f37941946a4032b9ea..c7e8a9469aed35207dfc48a6ca269514cd968c96 100644 (file)
@@ -216,7 +216,7 @@ EOT;
 
        call_hooks('post_local_end', $arr);
 
-       Worker::add(PRIORITY_HIGH, "notifier", "tag", $post_id);
+       Worker::add(PRIORITY_HIGH, "Notifier", "tag", $post_id);
 
        killme();