This commit is contained in:
Michael 2018-09-30 08:14:05 +00:00
parent 2fc79e3886
commit e71f497295
4 changed files with 20 additions and 20 deletions

View file

@ -63,7 +63,7 @@ class APContact extends BaseObject
* @param boolean $update true = always update, false = never update, null = update when not found
* @return array profile array
*/
public static function getProfileByURL($url, $update = null)
public static function getByURL($url, $update = null)
{
if (empty($url)) {
return false;