mirror of
https://github.com/friendica/friendica
synced 2025-04-23 03:10:12 +00:00
Fix various Notices
This commit is contained in:
parent
9b19fb9b4d
commit
644f312896
7 changed files with 12 additions and 10 deletions
|
@ -1102,7 +1102,7 @@ class Processor
|
|||
return;
|
||||
}
|
||||
|
||||
Contact::removeFollower($owner, $contact);
|
||||
Contact::removeFollower($contact);
|
||||
Logger::info('Undo following request', ['contact' => $cid, 'user' => $uid]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue