mirror of
https://github.com/friendica/friendica
synced 2025-04-23 08:30:10 +00:00
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:
parent
b92fc24ff0
commit
ec02af593d
48 changed files with 133 additions and 133 deletions
|
@ -401,7 +401,7 @@ class PortableContact
|
|||
}
|
||||
}
|
||||
|
||||
$location = formatted_location($noscrape);
|
||||
$location = Profile::formatLocation($noscrape);
|
||||
if ($location) {
|
||||
$contact["location"] = $location;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue