From: Marcel Werk Date: Wed, 13 Dec 2017 09:36:11 +0000 (+0100) Subject: Fixed link to guest author X-Git-Tag: 3.1.0_Beta_5~36 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4aad4416acb27e05fb0cfed7bc1fd5107d3cd211;p=GitHub%2FWoltLab%2FWCF.git Fixed link to guest author --- diff --git a/com.woltlab.wcf/templates/boxSidebarCommentList.tpl b/com.woltlab.wcf/templates/boxSidebarCommentList.tpl index 48eafa1bb3..ef1531678a 100644 --- a/com.woltlab.wcf/templates/boxSidebarCommentList.tpl +++ b/com.woltlab.wcf/templates/boxSidebarCommentList.tpl @@ -6,7 +6,7 @@

{@$boxComment->getExcerpt(50)}

-

{$boxComment->username} {@$boxComment->time|time}

+

{if $boxComment->userID}{$boxComment->username}{else}{$boxComment->username}{/if} {@$boxComment->time|time}

{/foreach}