Change called method names
- Add GlobalContact::getRandomUrl - Rename Contact::getIdForURL - Rename Diaspora::sendUnshare - Remove unused parameter $self in Contact::terminateFriendship
This commit is contained in:
@@ -401,7 +401,7 @@ class PortableContact
|
||||
}
|
||||
}
|
||||
|
||||
$location = formatted_location($noscrape);
|
||||
$location = Profile::formatLocation($noscrape);
|
||||
if ($location) {
|
||||
$contact["location"] = $location;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user