1
0
Fork 0

Merge remote-tracking branch 'upstream/develop' into contact-tabs

This commit is contained in:
Michael 2020-08-03 16:06:07 +00:00
commit 748ddb7ad2
3 changed files with 4 additions and 4 deletions

View file

@ -3096,7 +3096,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;