From 3d1d178bbaf18097a34516e0926a411425afd98d Mon Sep 17 00:00:00 2001 From: Gregory Roussac Date: Wed, 2 Oct 2013 07:34:00 -0700 Subject: [PATCH] Merge pull request #783 from ellisium/upper [-] CORE : CART::BOTH should be Cart::Both --- classes/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Cart.php b/classes/Cart.php index b62e8216e..4ad99456e 100644 --- a/classes/Cart.php +++ b/classes/Cart.php @@ -1261,7 +1261,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))