From 59eb8a5c82f64434c97849f3e734af5560f7c271 Mon Sep 17 00:00:00 2001 From: rMalie Date: Tue, 29 Nov 2011 10:37:42 +0000 Subject: [PATCH] // Fix country cache --- 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`