Baseurl removed

This commit is contained in:
Michael Vogel 2016-06-05 21:22:14 +02:00
parent 4b640dbd97
commit 3e7e866e13
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
'name' => $profile_name_e,
'sparkle' => $sparkle,
'lock' => $lock,
'thumb' => proxy_url($profile_avatar, false, PROXY_SIZE_THUMB),
'thumb' => App::remove_baseurl(proxy_url($profile_avatar, false, PROXY_SIZE_THUMB)),
'title' => $item['title_e'],
'body' => $body_e,
'tags' => $tags_e,