MINOR Making $Email available in Security_passwordsent.ss template (fixes #5737) (from r106876)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112541 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-10-15 03:06:53 +00:00
parent 9b177ec458
commit 68e98b4ee2

View File

@ -493,6 +493,7 @@ class Security extends Controller {
"<p>" .
sprintf(_t('Security.PASSWORDSENTTEXT', "Thank you! A reset link has been sent to '%s', provided an account exists for this email address."), $email) .
"</p>",
'Email' => $email
));
//Controller::$currentController = $controller;