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

This commit is contained in:
François Gaillard
2012-01-04 09:44:39 +00:00
parent 010f96175b
commit 853d54a5e8
+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