// nothing serious :]

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14562 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-04-10 17:02:33 +00:00
parent 46ed8664a4
commit 448e856c85
+1 -1
View File
@@ -287,7 +287,7 @@ class CartCore extends ObjectModel
return array();
$cache_key = 'Cart::getCartRules'.$this->id;
if (!Cache::isStored('Cart::getCartRules'.$this->id))
if (!Cache::isStored($cache_key))
{
$result = Db::getInstance()->executeS('
SELECT *