From 448e856c85597c6fc0e9c5581f0bb06b43181432 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Tue, 10 Apr 2012 17:02:33 +0000 Subject: [PATCH] // nothing serious :] git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14562 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Cart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Cart.php b/classes/Cart.php index 787c50f25..92a92583f 100644 --- a/classes/Cart.php +++ b/classes/Cart.php @@ -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 *