// Normalization

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8017 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-08-11 09:58:20 +00:00
parent 9cf09cbc7c
commit f62cdb1963
48 changed files with 77 additions and 77 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ class FrontControllerCore
$_MODULES = array();
/* Cart already exists */
if ((int)$this->context->cookie->id_cart)
if ($this->context->cookie->id_cart)
{
$cart = new Cart($this->context->cookie->id_cart);
if ($cart->OrderExists())