From 3160b2ff8d93d33d51088175615801661eb5caa2 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Tue, 23 Aug 2016 22:17:13 +0200 Subject: [PATCH] Hide obsolete activation notice in redirects --- com.woltlab.wcf/templates/userNotice.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/userNotice.tpl b/com.woltlab.wcf/templates/userNotice.tpl index 53c011e81a..3a70bea188 100644 --- a/com.woltlab.wcf/templates/userNotice.tpl +++ b/com.woltlab.wcf/templates/userNotice.tpl @@ -10,7 +10,7 @@

{lang}wcf.page.availableUpdates{/lang}

{/if} - {if $__wcf->user->activationCode && REGISTER_ACTIVATION_METHOD == 1 && $templateName != 'registerActivation'} + {if $__wcf->user->activationCode && REGISTER_ACTIVATION_METHOD == 1 && $templateName != 'registerActivation' && $templateName != 'register' && $templateName != 'redirect'}

{lang}wcf.user.register.needActivation{/lang}

{/if} -- 2.20.1