1
0
Fork 0

Fix various Notices

This commit is contained in:
Philipp Holzer 2021-09-13 20:22:55 +02:00
commit 644f312896
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
7 changed files with 12 additions and 10 deletions

View file

@ -1102,7 +1102,7 @@ class Processor
return;
}
Contact::removeFollower($owner, $contact);
Contact::removeFollower($contact);
Logger::info('Undo following request', ['contact' => $cid, 'user' => $uid]);
}