mirror of
https://github.com/friendica/friendica
synced 2025-04-30 07:04:23 +02:00
Renamed function
This commit is contained in:
parent
bb1517a74c
commit
ff7b72cca3
3 changed files with 4 additions and 4 deletions
|
@ -60,7 +60,7 @@ class PullDirectory
|
|||
return;
|
||||
}
|
||||
|
||||
$result = Contact::addContactsByArray($contacts['results']);
|
||||
$result = Contact::addByUrls($contacts['results']);
|
||||
|
||||
$now = $contacts['now'] ?? 0;
|
||||
DI::config()->set('system', 'last-directory-sync', $now);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue