[-] FO : #PSCFI-1654 Fixed a bug concerning the order process after a login

This commit is contained in:
aNiassy
2011-04-27 13:45:27 +00:00
parent a3af8aad78
commit 1f36eb2de5
+1 -1
View File
@@ -67,7 +67,7 @@ class OrderControllerCore extends ParentOrderController
}
if (!self::$cookie->isLogged(true) AND in_array($this->step, array(1, 2, 3)))
Tools::redirect('authentication.php?back=order.php?step='.$this->step);
Tools::redirect('authentication.php?back='.urlencode('order.php?step='.$this->step));
if ($this->nbProducts)
self::$smarty->assign('virtual_cart', $isVirtualCart);