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:
@@ -793,7 +793,7 @@ class Probe {
|
||||
}
|
||||
}
|
||||
|
||||
$location = formatted_location($json);
|
||||
$location = Profile::formatLocation($json);
|
||||
if ($location) {
|
||||
$data["location"] = $location;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user