//PreProcess => PostProcess

This commit is contained in:
mDeflotte
2011-09-29 09:01:59 +00:00
parent f868e77a6e
commit 5d024dd47a
3 changed files with 16 additions and 12 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ class PasswordControllerCore extends FrontController
/**
* Start forms process
* @see FrontController::preProcess()
* @see FrontController::postProcess()
*/
public function preProcess()
public function postProcess()
{
if (Tools::isSubmit('email'))
{