mirror of
https://github.com/friendica/friendica
synced 2025-04-29 23:44:22 +02:00
Renamed function
This commit is contained in:
parent
bb1517a74c
commit
ff7b72cca3
3 changed files with 4 additions and 4 deletions
|
@ -3062,7 +3062,7 @@ class Contact
|
|||
* @param array $urls
|
||||
* @return array result "count", "added" and "updated"
|
||||
*/
|
||||
public static function addContactsByArray(array $urls)
|
||||
public static function addByUrls(array $urls)
|
||||
{
|
||||
$added = 0;
|
||||
$updated = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue