New central function to store avatar data in contacts
This commit is contained in:
@@ -222,7 +222,6 @@ function gs_search_user($search) {
|
||||
$contact = probe_url($user->site_address."/".$user->name);
|
||||
if ($contact["network"] != NETWORK_PHANTOM) {
|
||||
$contact["about"] = $user->description;
|
||||
$contact["avatar"] = $contact["photo"];
|
||||
update_gcontact($contact);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user