mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
Changed function name
This commit is contained in:
parent
6ab82eaa49
commit
5b884e8348
2 changed files with 2 additions and 2 deletions
|
@ -280,7 +280,7 @@ class Contact extends BaseModule
|
|||
$contact = false;
|
||||
}
|
||||
|
||||
$contact = ModelContact::checkAvatarCacheArray($contact);
|
||||
$contact = ModelContact::checkAvatarCacheByArray($contact);
|
||||
}
|
||||
|
||||
if (DBA::isResult($contact)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue