]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Fix profile wrong DISTINCT + ORDER BY
[friendica.git] / mod / display.php
index adbe7c67614c82ad444e08f962a9d36f39fb1c6b..1f1fd112048f63e31077448ebde723341f39bdf9 100644 (file)
@@ -420,7 +420,7 @@ function display_content(App $a, $update = 0) {
                $title = trim(html2plain(bbcode($r[0]["title"], false, false), 0, true));
                $author_name = $r[0]["author-name"];
 
-               $image = $a->remove_baseurl($r[0]["thumb"]);
+               $image = $a->remove_baseurl($r[0]["author-thumb"]);
 
                if ($title == "") {
                        $title = $author_name;