From: Alexander Ebert Date: Tue, 16 Aug 2016 17:33:51 +0000 (+0200) Subject: Fixed phrase X-Git-Tag: 3.0.0_Beta_1~730 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a5e49f61ca3d5af33f4db80c9371164098dd46aa;p=GitHub%2FWoltLab%2FWCF.git Fixed phrase --- diff --git a/wcfsetup/install/files/lib/form/LostPasswordForm.class.php b/wcfsetup/install/files/lib/form/LostPasswordForm.class.php index b7e0225050..98f1a475b6 100644 --- a/wcfsetup/install/files/lib/form/LostPasswordForm.class.php +++ b/wcfsetup/install/files/lib/form/LostPasswordForm.class.php @@ -125,7 +125,7 @@ class LostPasswordForm extends AbstractCaptchaForm { $this->saved(); // forward to index page - HeaderUtil::delayedRedirect(LinkHandler::getInstance()->getLink(), WCF::getLanguage()->get('wcf.user.lostPassword.mail.sent')); + HeaderUtil::delayedRedirect(LinkHandler::getInstance()->getLink(), WCF::getLanguage()->getDynamicVariable('wcf.user.lostPassword.mail.sent')); exit; }