]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/GContact.php
First batch of notes for the 2020.03 CHANGELOG
[friendica.git] / src / Model / GContact.php
index 5bcac5a013977c325bf8880be7531a2a265c508e..2606edb9e43803fd4dc2a3349267602a150aa095 100644 (file)
@@ -1343,7 +1343,7 @@ class GContact
                        foreach ($contacts as $contact) {
                                $gcontact = DBA::selectFirst('gcontact', ['id'], ['nurl' => Strings::normaliseLink(($contact))]);
                                if (DBA::isResult($gcontact)) {
-                                       $field = [];
+                                       $fields = [];
                                        if (in_array($contact, $followers)) {
                                                $fields = ['gcid' => $gcid, 'follower-gcid' => $gcontact['id']];
                                        } elseif (in_array($contact, $followings)) {