mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-19 00:03:42 +00:00
Make it work with master branch, part 2
This commit is contained in:
parent
edbf318262
commit
c5ff442c39
1 changed files with 2 additions and 1 deletions
|
@ -1055,6 +1055,7 @@ function pumpio_get_contact($uid, $contact, $no_insert = false) {
|
||||||
*/
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (function_exists("update_contact_avatar"))
|
||||||
update_contact_avatar($contact->image->url, $uid, $contact_id);
|
update_contact_avatar($contact->image->url, $uid, $contact_id);
|
||||||
|
|
||||||
return($contact_id);
|
return($contact_id);
|
||||||
|
|
Loading…
Reference in a new issue