Use "micro"

This commit is contained in:
Michael 2016-11-04 22:56:50 +00:00
parent fbfaef1968
commit 37985a0d3f
1 changed files with 2 additions and 2 deletions

View File

@ -556,8 +556,8 @@
'screen_name' => (($r[0]['nick']) ? $r[0]['nick'] : $r[0]['name']),
'location' => ($r[0]["location"] != "") ? $r[0]["location"] : $network_name,
'description' => $r[0]["about"],
'profile_image_url' => $r[0]["photo"],
'profile_image_url_https' => $r[0]["photo"],
'profile_image_url' => $r[0]["micro"],
'profile_image_url_https' => $r[0]["micro"],
'url' => $r[0]["url"],
'protected' => false,
'followers_count' => 0,