Renamed function

This commit is contained in:
Michael 2020-08-06 10:31:05 +00:00
parent d4f7bfa676
commit 2cbc935944
4 changed files with 17 additions and 17 deletions

View file

@ -1410,7 +1410,7 @@ class DFRN
}
}
$fcontact = FContact::getByUrl($contact['addr']);
$fcontact = FContact::getByURL($contact['addr']);
if (empty($fcontact)) {
Logger::log('Unable to find contact details for ' . $contact['id'] . ' - ' . $contact['addr']);
return -22;