]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/GContact.php
Merge remote-tracking branch 'upstream/develop' into better-resource-id
[friendica.git] / src / Model / GContact.php
index 5e75ba5a54faca6607a8d0a0dadb371486477a31..7b14b2cdc4d19e42ce4cab9298f6a153aaa92343 100644 (file)
@@ -19,7 +19,6 @@ use Friendica\Util\Network;
 use dba;
 use Exception;
 
-require_once 'include/datetime.php';
 require_once 'include/dba.php';
 require_once 'include/html2bbcode.php';
 
@@ -666,6 +665,8 @@ class GContact
        {
                $gcontact_id = 0;
                $doprobing = false;
+               $last_failure_str = '';
+               $last_contact_str = '';
 
                if (in_array($contact["network"], [NETWORK_PHANTOM])) {
                        logger("Invalid network for contact url ".$contact["url"]." - Called by: ".System::callstack(), LOGGER_DEBUG);