X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FWorker%2FNotifier.php;h=d69419eb1817ce14fe3a8d2fc68cfee6b1c0d8b7;hb=7d7d310cc4f8661751fd2a62e33405c98f78aa62;hp=390dc932c8c4103918245a0c918ce2c215c2dfa4;hpb=9ab217c6e5449717c5573e993bcd6365120de987;p=friendica.git diff --git a/src/Worker/Notifier.php b/src/Worker/Notifier.php index 390dc932c8..d69419eb18 100644 --- a/src/Worker/Notifier.php +++ b/src/Worker/Notifier.php @@ -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);