Fetching of profile data improved

This commit is contained in:
Michael Vogel 2016-06-05 21:17:55 +02:00
commit 4b640dbd97
4 changed files with 23 additions and 71 deletions

View file

@ -364,7 +364,7 @@ class Item extends BaseObject {
'profile_url' => $profile_link,
'item_photo_menu' => item_photo_menu($item),
'name' => $name_e,
'thumb' => proxy_url($profile_avatar, false, PROXY_SIZE_THUMB),
'thumb' => $a->remove_baseurl(proxy_url($profile_avatar, false, PROXY_SIZE_THUMB)),
'osparkle' => $osparkle,
'sparkle' => $sparkle,
'title' => $title_e,