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

This commit is contained in:
Francois Gaillard
2012-01-04 09:44:39 +00:00
parent 7388346579
commit 83db138e70
+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