X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fsocgraph.php;h=89897aaa7ce5eceeeaa41a2b299b15cad5e5edfa;hb=497fd34026fbaa83b11a64d3a0a6e20f1360e5d6;hp=3718f82306fc7336e8d7db61747bacc540744b2c;hpb=480c35fb86ea879558dc323bc68ad8c1d5dfbc82;p=friendica.git diff --git a/include/socgraph.php b/include/socgraph.php index 3718f82306..89897aaa7c 100644 --- a/include/socgraph.php +++ b/include/socgraph.php @@ -9,6 +9,7 @@ require_once('include/datetime.php'); require_once("include/Scrape.php"); +require_once("include/network.php"); require_once("include/html2bbcode.php"); require_once("include/Contact.php"); require_once("include/Photo.php"); @@ -1506,7 +1507,7 @@ function get_gcontact_id($contact) { if ($doprobing) { logger("Last Contact: ". $last_contact_str." - Last Failure: ".$last_failure_str." - Checking: ".$contact["url"], LOGGER_DEBUG); - proc_run('php', 'include/gprobe.php', bin2hex($contact["url"])); + proc_run(PRIORITY_LOW, 'include/gprobe.php', bin2hex($contact["url"])); } if ((count($r) > 1) AND ($gcontact_id > 0) AND ($contact["url"] != ""))