]> git.mxchange.org Git - friendica.git/commitdiff
Baseurl removed
authorMichael Vogel <icarus@dabo.de>
Sun, 5 Jun 2016 19:22:14 +0000 (21:22 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 5 Jun 2016 19:22:14 +0000 (21:22 +0200)
include/conversation.php

index 18bc94074f05feb102e64757cb00f2af21511e27..38f6e76862c5a4bad2faea85b8006ff86bc9ac65 100644 (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,