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
|
|
@ -311,7 +311,7 @@ function _contact_update_profile($contact_id) {
|
|||
);
|
||||
|
||||
// Update the entry in the contact table
|
||||
update_contact_avatar($data['photo'], local_user(), $contact_id, true);
|
||||
Photo::updateContactAvatar($data['photo'], local_user(), $contact_id, true);
|
||||
|
||||
// Update the entry in the gcontact table
|
||||
GlobalContact::updateFromProbe($data["url"]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue