X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofiles.php;h=d770e75c3af21f52549517f359f8aee257d08817;hb=0c9cc29a51941eb572bf16fd5489d0947d47d033;hp=9cd1ed8a02c1fd627a2dfc34a78db1f289938cbe;hpb=e773da9ea26cc9eefa7daca3d2d7ff6478a8d35f;p=friendica.git diff --git a/mod/profiles.php b/mod/profiles.php index 9cd1ed8a02..d770e75c3a 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -1,5 +1,6 @@ user['deny_gid']; $i = item_store($arr); - if($i) { - proc_run('php',"include/notifier.php","activity","$i"); - } + if($i) + proc_run(PRIORITY_HIGH, "include/notifier.php", "activity", $i); }