[-] CORE : fixed bug #PSCFV-4330

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17612 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vAugagneur
2012-09-28 13:57:38 +00:00
parent 6e0a43f08e
commit 4cce8e929c
+1
View File
@@ -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;