From 947122e492d5a95a43b01c8f0803938a7d3372e1 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 21 Jul 2014 16:50:20 +0200 Subject: [PATCH] Fix username errors in comment guest dialog --- com.woltlab.wcf/templates/commentAddGuestDialog.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/commentAddGuestDialog.tpl b/com.woltlab.wcf/templates/commentAddGuestDialog.tpl index 1f758870f1..8fe7e4d71a 100644 --- a/com.woltlab.wcf/templates/commentAddGuestDialog.tpl +++ b/com.woltlab.wcf/templates/commentAddGuestDialog.tpl @@ -9,7 +9,7 @@ {if $errorType[username] == 'empty'} {lang}wcf.global.form.error.empty{/lang} {else} - {lang}wcf.user.username.error.$errorType[username]{/lang} + {lang}wcf.user.username.error.{$errorType[username]}{/lang} {/if} {/if} -- 2.20.1