From: Marcel Werk Date: Thu, 28 Mar 2013 22:44:35 +0000 (+0100) Subject: Fixed small issue X-Git-Tag: 2.0.0_Beta_1~77 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7acdb9506add209f40286717fea45b597c7a05ca;p=GitHub%2FWoltLab%2Fcom.woltlab.wcf.conversation.git Fixed small issue --- diff --git a/templates/conversationList.tpl b/templates/conversationList.tpl index cdd1eb2..f6806af 100644 --- a/templates/conversationList.tpl +++ b/templates/conversationList.tpl @@ -208,7 +208,7 @@ {assign var='participantSummaryCount' value=$conversation->getParticipantSummary()|count} {lang}wcf.conversation.participants{/lang}: {implode from=$conversation->getParticipantSummary() item=participant}{$participant->username}{/implode} - {if $participantSummaryCount < $conversation->participants - 1}{lang}wcf.conversation.participants.other{/lang}{/if} + {if $participantSummaryCount < $conversation->participants}{lang}wcf.conversation.participants.other{/lang}{/if} {/if}