mirror of
https://github.com/friendica/friendica
synced 2025-04-27 20:30:13 +00:00
Renamed function
This commit is contained in:
parent
d4f7bfa676
commit
2cbc935944
4 changed files with 17 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue