X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcontacts.php;h=ba8ad45c39926568deceb9fab40f1e945cefef86;hb=0c9cc29a51941eb572bf16fd5489d0947d47d033;hp=f9e9f6b73596df0e73f735294830b734b8d68652;hpb=287c9cfbdd156ddc4edbea6b9b76d950071aaf04;p=friendica.git diff --git a/mod/contacts.php b/mod/contacts.php index f9e9f6b735..ba8ad45c39 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -237,7 +237,7 @@ function _contact_update($contact_id) { intval($contact_id)); } else // pull feed and consume it, which should subscribe to the hub. - proc_run('php',"include/onepoll.php","$contact_id", "force"); + proc_run(PRIORITY_MEDIUM, "include/onepoll.php", $contact_id, "force"); } function _contact_update_profile($contact_id) {