mirror of
https://github.com/friendica/friendica
synced 2025-04-25 00:30:32 +00:00
Renamed function
This commit is contained in:
parent
bb1517a74c
commit
ff7b72cca3
3 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@ class UpdateServerDirectory
|
|||
}
|
||||
}
|
||||
|
||||
$result = Contact::addContactsByArray($urls);
|
||||
$result = Contact::addByUrls($urls);
|
||||
|
||||
Logger::info('PoCo discovery ended', ['count' => $result['count'], 'added' => $result['added'], 'updated' => $result['updated'], 'poco' => $gserver['poco']]);
|
||||
}
|
||||
|
@ -99,7 +99,7 @@ class UpdateServerDirectory
|
|||
}
|
||||
}
|
||||
|
||||
$result = Contact::addContactsByArray($urls);
|
||||
$result = Contact::addByUrls($urls);
|
||||
|
||||
Logger::info('Account discovery ended', ['count' => $result['count'], 'added' => $result['added'], 'updated' => $result['updated'], 'url' => $gserver['url']]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue