From fa36e0ff629fbaea28b0cb9b6dfe32c070c85dac 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 --- 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;