]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagger.php
Merge branch 'develop' into rewrite/gravity-constants
[friendica.git] / mod / tagger.php
index a6d4595241cc321d7778aca670204997d37db2fe..f3fe3b88618c66e8825ed51c9d16de58b5ad5e35 100644 (file)
@@ -166,6 +166,6 @@ EOT;
 
        $post = Post::selectFirst(['uri-id', 'uid'], ['id' => $post_id]);
 
-       Worker::add(PRIORITY_HIGH, "Notifier", Delivery::POST, $post['uri-id'], $post['uid']);
+       Worker::add(Worker::PRIORITY_HIGH, "Notifier", Delivery::POST, $post['uri-id'], $post['uid']);
        System::exit();
 }