]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Notifier.php
Replace almost every Introduction places
[friendica.git] / src / Worker / Notifier.php
index 390dc932c8c4103918245a0c918ce2c215c2dfa4..d69419eb1817ce14fe3a8d2fc68cfee6b1c0d8b7 100644 (file)
@@ -703,7 +703,7 @@ class Notifier
                }
 
                while($contact = DBA::fetch($contacts_stmt)) {
-                       Contact::terminateFriendship($owner, $contact, true);
+                       Protocol::terminateFriendship($owner, $contact, true);
                }
                DBA::close($contacts_stmt);