// Normalization
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12754 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -272,7 +272,7 @@ class ConfigurationCore extends ObjectModel
|
||||
public static function updateValue($key, $values, $html = false, $shopGroupID = null, $shopID = null)
|
||||
{
|
||||
if (!Validate::isConfigName($key))
|
||||
die(Tools::displayError());
|
||||
die(Tools::displayError());
|
||||
Configuration::getShopFromContext($shopGroupID, $shopID);
|
||||
|
||||
if (!is_array($values))
|
||||
|
||||
Reference in New Issue
Block a user