// bad commit

This commit is contained in:
gRoussac
2013-09-23 16:33:44 +02:00
parent 84dc75f57e
commit 3b075e049b
+1 -1
View File
@@ -497,7 +497,7 @@ class CartCore extends ObjectModel
p.`upc` AS upc, product_shop.`minimal_quantity` AS minimal_quantity'
);
$result = Db::getInstance()->executeS($sql);
d($result);
// Reset the cache before the following return, or else an empty cart will add dozens of queries
$products_ids = array();
$pa_ids = array();