]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Diaspora.php
Removing MySQL workaround
[friendica.git] / src / Protocol / Diaspora.php
index 48d7a3371cbfd49c62700b2da5fd30701f940213..8ab89d950f1cffc3d39225c29807e0810bb49635 100644 (file)
@@ -2211,7 +2211,7 @@ class Diaspora
                                return true;
                        } else {
                                Logger::log("Author ".$author." doesn't want to follow us anymore.", Logger::DEBUG);
-                               Contact::removeFollower($importer, $contact);
+                               Contact::removeFollower($contact);
                                return true;
                        }
                }