mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 00:45:14 +02: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
|
@ -326,7 +326,7 @@ function dfrn_confirm_post(App $a, $handsfree = null) {
|
|||
*
|
||||
*/
|
||||
|
||||
update_contact_avatar($contact['photo'],$uid,$contact_id);
|
||||
Photo::updateContactAvatar($contact['photo'],$uid,$contact_id);
|
||||
|
||||
logger('dfrn_confirm: confirm - imported photos');
|
||||
|
||||
|
@ -675,7 +675,7 @@ function dfrn_confirm_post(App $a, $handsfree = null) {
|
|||
$photo = System::baseUrl() . '/images/person-175.jpg';
|
||||
}
|
||||
|
||||
update_contact_avatar($photo,$local_uid,$dfrn_record);
|
||||
Photo::updateContactAvatar($photo,$local_uid,$dfrn_record);
|
||||
|
||||
logger('dfrn_confirm: request - photos imported');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue