mirror of
https://github.com/friendica/friendica
synced 2025-04-26 11:10:11 +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
|
@ -692,7 +692,7 @@ function acl_lookup(App $a, $out_type = 'json') {
|
|||
);
|
||||
if (DBM::is_result($r)) {
|
||||
foreach ($r as $row) {
|
||||
$contact = get_contact_details_by_url($row['author-link']);
|
||||
$contact = Contact::getDetailsByURL($row['author-link']);
|
||||
|
||||
if (count($contact) > 0) {
|
||||
$unknown_contacts[] = array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue