]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/GlobalContact.php
Add Contact Object
[friendica.git] / src / Model / GlobalContact.php
index 2e16c687f970cab0de0b46844b3372036277be0d..dc30c8b692453b0acda30a2550be895e9eacc770 100644 (file)
@@ -10,6 +10,7 @@ use Friendica\Core\System;
 use Friendica\Core\Worker;
 use Friendica\Database\DBM;
 use Friendica\Network\Probe;
+use Friendica\Object\Profile;
 use Friendica\Protocol\PortableContact;
 use dba;
 use Exception;
@@ -688,7 +689,7 @@ class GlobalContact
 
                if ($doprobing) {
                        logger("Last Contact: ". $last_contact_str." - Last Failure: ".$last_failure_str." - Checking: ".$contact["url"], LOGGER_DEBUG);
-                       Worker::add(PRIORITY_LOW, 'gprobe', $contact["url"]);
+                       Worker::add(PRIORITY_LOW, 'GProbe', $contact["url"]);
                }
 
                return $gcontact_id;