diff --git a/security/Security.php b/security/Security.php index 5486131ef..7d60e92b9 100644 --- a/security/Security.php +++ b/security/Security.php @@ -493,6 +493,7 @@ class Security extends Controller { "

" . sprintf(_t('Security.PASSWORDSENTTEXT', "Thank you! A reset link has been sent to '%s', provided an account exists for this email address."), $email) . "

", + 'Email' => $email )); //Controller::$currentController = $controller;