forked from friendica/friendica-addons
Make it work with master branch, part 2
This commit is contained in:
parent
edbf318262
commit
c5ff442c39
|
@ -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);
|
||||
|
||||
return($contact_id);
|
||||
|
|
Loading…
Reference in a new issue