Use "micro"
This commit is contained in:
parent
fbfaef1968
commit
37985a0d3f
1 changed files with 2 additions and 2 deletions
|
@ -556,8 +556,8 @@
|
||||||
'screen_name' => (($r[0]['nick']) ? $r[0]['nick'] : $r[0]['name']),
|
'screen_name' => (($r[0]['nick']) ? $r[0]['nick'] : $r[0]['name']),
|
||||||
'location' => ($r[0]["location"] != "") ? $r[0]["location"] : $network_name,
|
'location' => ($r[0]["location"] != "") ? $r[0]["location"] : $network_name,
|
||||||
'description' => $r[0]["about"],
|
'description' => $r[0]["about"],
|
||||||
'profile_image_url' => $r[0]["photo"],
|
'profile_image_url' => $r[0]["micro"],
|
||||||
'profile_image_url_https' => $r[0]["photo"],
|
'profile_image_url_https' => $r[0]["micro"],
|
||||||
'url' => $r[0]["url"],
|
'url' => $r[0]["url"],
|
||||||
'protected' => false,
|
'protected' => false,
|
||||||
'followers_count' => 0,
|
'followers_count' => 0,
|
||||||
|
|
Loading…
Reference in a new issue