mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:10:15 +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
|
@ -346,7 +346,7 @@ function profile_sidebar($profile, $block = 0)
|
|||
}
|
||||
|
||||
// Fetch the account type
|
||||
$account_type = account_type($profile);
|
||||
$account_type = Contact::getAccountType($profile);
|
||||
|
||||
if ((x($profile, 'address') == 1)
|
||||
|| (x($profile, 'location') == 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue