From 4cce8e929ccf1f40402113259887713480e463ea Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Fri, 28 Sep 2012 13:57:38 +0000 Subject: [PATCH] [-] CORE : fixed bug #PSCFV-4330 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17612 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/front/AuthController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/front/AuthController.php b/controllers/front/AuthController.php index 694dcda0d..e80b6eafc 100644 --- a/controllers/front/AuthController.php +++ b/controllers/front/AuthController.php @@ -649,6 +649,7 @@ class AuthControllerCore extends FrontController */ protected function updateContext(Customer $customer) { + $this->context->customer = $customer; $this->context->smarty->assign('confirmation', 1); $this->context->cookie->id_customer = (int)$customer->id; $this->context->cookie->customer_lastname = $customer->lastname;