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

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@106876 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-06-22 03:26:33 +00:00 committed by Sam Minnee
parent 4eb8a346a8
commit 7dfb8dd43d

View File

@ -486,6 +486,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;