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

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@6075 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aNiassy
2011-04-27 13:45:27 +00:00
parent 58a6964eb2
commit b32dc579cf
+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);