Renamed the contact relationship functions

This commit is contained in:
Michael 2018-01-28 17:26:39 +00:00
parent 2cb74909c0
commit bdbfffafea
4 changed files with 10 additions and 10 deletions

View file

@ -2502,7 +2502,7 @@ class Diaspora
return true;
} else {
logger("Author ".$author." doesn't want to follow us anymore.", LOGGER_DEBUG);
Contact::loseFollower($importer, $contact);
Contact::removeFollower($importer, $contact);
return true;
}
}