mirror of
https://github.com/friendica/friendica
synced 2025-05-25 23:44:13 +02:00
Fix various Notices
This commit is contained in:
parent
9b19fb9b4d
commit
644f312896
7 changed files with 12 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue