X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftagger.php;h=e0ef1ceb02091496c4cf6d963daf02d903d4d88d;hb=0c9cc29a51941eb572bf16fd5489d0947d47d033;hp=26166a3cc0458efb7885f3c8175521aaceb6bc72;hpb=0bcd6886f0405562f76dfcfad14de85fed3cdcc3;p=friendica.git diff --git a/mod/tagger.php b/mod/tagger.php index 26166a3cc0..e0ef1ceb02 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -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();