Make it work with master branch, part 2
parent
edbf318262
commit
c5ff442c39
|
@ -1055,7 +1055,8 @@ function pumpio_get_contact($uid, $contact, $no_insert = false) {
|
|||
*/
|
||||
}
|
||||
|
||||
update_contact_avatar($contact->image->url, $uid, $contact_id);
|
||||
if (function_exists("update_contact_avatar"))
|
||||
update_contact_avatar($contact->image->url, $uid, $contact_id);
|
||||
|
||||
return($contact_id);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue