]> git.mxchange.org Git - friendica.git/blobdiff - mod/contacts.php
Added response active support to smoothly
[friendica.git] / mod / contacts.php
index f9e9f6b73596df0e73f735294830b734b8d68652..ba8ad45c39926568deceb9fab40f1e945cefef86 100644 (file)
@@ -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) {