commented out $currentController references, these are deprecated statics

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@40759 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-08-23 06:43:40 +00:00
parent 3bc0eaafbb
commit bcb4abd61b
1 changed files with 2 additions and 2 deletions

View File

@ -136,7 +136,7 @@ class Security extends Controller {
"Form" => $this->LostPasswordForm(),
));
Controller::$currentController = $controller;
//Controller::$currentController = $controller;
return $customisedController->renderWith("Page");
}
@ -158,7 +158,7 @@ class Security extends Controller {
"Content" => "<p>Thank you, your password has been sent to '$email'.</p>",
));
Controller::$currentController = $controller;
//Controller::$currentController = $controller;
return $customisedController->renderWith("Page");
}