]> 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 e543e4baebf92b895e48aac4dc0718a170f9f8ac..7b14b2cdc4d19e42ce4cab9298f6a153aaa92343 100644 (file)
@@ -665,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);