[-] Classes : #PSFV-150 : BugFix : Configuration class check for NULL values

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12102 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fGaillard
2012-01-04 09:44:39 +00:00
parent f8004dd6eb
commit ac0921fa47
+1 -1
View File
@@ -281,7 +281,7 @@ class ConfigurationCore extends ObjectModel
$result = true;
foreach ($values as $lang => $value)
{
if ($value == Configuration::get($key, $lang, $shopGroupID, $shopID))
if ($value === Configuration::get($key, $lang, $shopGroupID, $shopID))
continue;
// If key already exists, update value