mirror of
https://github.com/friendica/friendica
synced 2025-04-24 13:10:11 +00:00
Replaced "getDetailsByURL" with "getByURL/getByURLForUser"
This commit is contained in:
parent
869f3cfec4
commit
d9c6a46ffe
29 changed files with 78 additions and 285 deletions
|
@ -111,7 +111,7 @@ class GContact
|
|||
continue;
|
||||
}
|
||||
|
||||
$gcontacts[] = Contact::getDetailsByURL($result['nurl'], local_user());
|
||||
$gcontacts[] = Contact::getByURLForUser($result['nurl'], local_user(), [], false);
|
||||
}
|
||||
DBA::close($results);
|
||||
return $gcontacts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue