From 3e0c5e71f4020c8cb8fd8b12a20c8253ce57f01f Mon Sep 17 00:00:00 2001 From: Eric Le Lay Date: Wed, 2 Oct 2013 16:28:45 +0200 Subject: [PATCH] classname uppercase issue --- classes/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Cart.php b/classes/Cart.php index d19fb0ab0..481922f55 100644 --- a/classes/Cart.php +++ b/classes/Cart.php @@ -1260,7 +1260,7 @@ class CartCore extends ObjectModel return true; } - public static function getTotalCart($id_cart, $use_tax_display = false, $type = CART::BOTH) + public static function getTotalCart($id_cart, $use_tax_display = false, $type = Cart::BOTH) { $cart = new Cart($id_cart); if (!Validate::isLoadedObject($cart))