// nothing serious :]

This commit is contained in:
dMetzger
2012-04-10 17:02:33 +00:00
parent b11d832d84
commit 583a6e60a7
+1 -1
View File
@@ -287,7 +287,7 @@ class CartCore extends ObjectModel
return array(); return array();
$cache_key = 'Cart::getCartRules'.$this->id; $cache_key = 'Cart::getCartRules'.$this->id;
if (!Cache::isStored('Cart::getCartRules'.$this->id)) if (!Cache::isStored($cache_key))
{ {
$result = Db::getInstance()->executeS(' $result = Db::getInstance()->executeS('
SELECT * SELECT *