From: Joshua Rüsweg Date: Thu, 18 Aug 2016 14:40:35 +0000 (+0200) Subject: fix informell/formell language variable X-Git-Tag: 3.0.0_Beta_1~692^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=344a1ee7c3968d9885c9a0b6b67e1a7fccb15c4b;p=GitHub%2FWoltLab%2FWCF.git fix informell/formell language variable --- diff --git a/wcfsetup/install/files/lib/form/RegisterActivationForm.class.php b/wcfsetup/install/files/lib/form/RegisterActivationForm.class.php index 16967fdcbe..30e254b87c 100644 --- a/wcfsetup/install/files/lib/form/RegisterActivationForm.class.php +++ b/wcfsetup/install/files/lib/form/RegisterActivationForm.class.php @@ -99,7 +99,7 @@ class RegisterActivationForm extends AbstractForm { $this->saved(); // forward to index page - HeaderUtil::delayedRedirect(LinkHandler::getInstance()->getLink(), WCF::getLanguage()->get('wcf.user.registerActivation.success'), 10); + HeaderUtil::delayedRedirect(LinkHandler::getInstance()->getLink(), WCF::getLanguage()->getDynamicVariable('wcf.user.registerActivation.success'), 10); exit; }