classname uppercase issue

This commit is contained in:
Eric Le Lay
2013-10-02 16:28:45 +02:00
parent c6222c51c8
commit 3e0c5e71f4
+1 -1
View File
@@ -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))