]> git.mxchange.org Git - friendica.git/commitdiff
Bugfix: fix the author image in the meta elements in html head (display module)
authorrabuzarus <>
Mon, 30 Jan 2017 14:23:44 +0000 (15:23 +0100)
committerrabuzarus <>
Mon, 30 Jan 2017 14:23:44 +0000 (15:23 +0100)
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;