X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fdisplay.php;h=1f1fd112048f63e31077448ebde723341f39bdf9;hb=9fb4ba2b733d59b8a704cb8df846c3b43769503d;hp=adbe7c67614c82ad444e08f962a9d36f39fb1c6b;hpb=4c8de5fcfdfaa5b23e7a88a58cbfdca6ce97a4b1;p=friendica.git diff --git a/mod/display.php b/mod/display.php index adbe7c6761..1f1fd11204 100644 --- a/mod/display.php +++ b/mod/display.php @@ -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;