[-] CORE : fixed bug #PSCFV-4330

This commit is contained in:
vAugagneur
2012-09-28 13:57:38 +00:00
parent 7f9ed41f44
commit fa36e0ff62
+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;