]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagger.php
Added response active support to smoothly
[friendica.git] / mod / tagger.php
index 26166a3cc0458efb7885f3c8175521aaceb6bc72..e0ef1ceb02091496c4cf6d963daf02d903d4d88d 100644 (file)
@@ -211,7 +211,7 @@ EOT;
 
        call_hooks('post_local_end', $arr);
 
-       proc_run('php',"include/notifier.php","tag","$post_id");
+       proc_run(PRIORITY_HIGH, "include/notifier.php", "tag", $post_id);
 
        killme();