]> git.mxchange.org Git - friendica.git/blobdiff - include/socgraph.php
regenerated master messages.po for new strings in the admin panel
[friendica.git] / include / socgraph.php
index 3718f82306fc7336e8d7db61747bacc540744b2c..89897aaa7ce5eceeeaa41a2b299b15cad5e5edfa 100644 (file)
@@ -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"] != ""))