From cbd566f6e7e2f6c714988a5fa8d29e0c01f67696 Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 29 Nov 2011 10:37:42 +0000 Subject: [PATCH] // Fix country cache git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10736 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/Country.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Country.php b/classes/Country.php index f24e35f92..a799b151a 100644 --- a/classes/Country.php +++ b/classes/Country.php @@ -214,7 +214,7 @@ class CountryCore extends ObjectModel */ public static function getNameById($id_lang, $id_country) { - $key = $id_country.'_'.$id_lang; + $key = 'country_getNameById_'.$id_country.'_'.$id_lang; if (!Cache::isStored($key)) Cache::store($key, Db::getInstance(_PS_USE_SQL_SLAVE_)->getValue(' SELECT `name`