[-] MO : fixed bug #PSCFV-3791- customer privacy module error bug

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17073 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-08-29 13:37:41 +00:00
parent fe164465c2
commit d34be78f9f
3 changed files with 32 additions and 35 deletions
+1
View File
@@ -372,6 +372,7 @@ class AuthControllerCore extends FrontController
*/
protected function processSubmitAccount()
{
Hook::exec('actionBeforeSubmitAccount');
$this->create_account = true;
if (Tools::isSubmit('submitAccount'))
$this->context->smarty->assign('email_create', 1);