mirror of
https://github.com/friendica/friendica
synced 2025-04-28 03:10:11 +00:00
Function names
Update function names and corresponding function calls
This commit is contained in:
parent
54827e7fed
commit
0091d318e5
23 changed files with 668 additions and 535 deletions
|
@ -881,7 +881,7 @@ class GlobalContact
|
|||
if (DBM::is_result($r)) {
|
||||
logger("Update public contact ".$r[0]["id"], LOGGER_DEBUG);
|
||||
|
||||
update_contact_avatar($contact["photo"], 0, $r[0]["id"]);
|
||||
Photo::updateContactAvatar($contact["photo"], 0, $r[0]["id"]);
|
||||
|
||||
$fields = array('name', 'nick', 'addr',
|
||||
'network', 'bd', 'gender',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue