mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:10:12 +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
|
@ -644,7 +644,7 @@ class Contact extends BaseObject
|
|||
}
|
||||
}
|
||||
|
||||
update_contact_avatar($data["photo"], $uid, $contact_id);
|
||||
Photo::updateContactAvatar($data["photo"], $uid, $contact_id);
|
||||
|
||||
$contact = dba::select('contact', array('url', 'nurl', 'addr', 'alias', 'name', 'nick', 'keywords', 'location', 'about', 'avatar-date'), array('id' => $contact_id), array('limit' => 1));
|
||||
|
||||
|
|
1061
src/Object/Photo.php
1061
src/Object/Photo.php
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue