Merge pull request #783 from ellisium/upper

[-] CORE : CART::BOTH should be Cart::Both
This commit is contained in:
Gregory Roussac
2013-10-02 16:35:37 +02:00
committed by gRoussac
parent fe7035aae9
commit 3d1d178bba
+1 -1
View File
@@ -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))