Bugfix: fix the author image in the meta elements in html head (display module)

这个提交包含在:
rabuzarus 2017-01-30 15:23:44 +01:00
父节点 dd36b2bded
当前提交 6d01dd83fe
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -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;