// fix norme
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14015 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -92,8 +92,8 @@ class LocalizationPackCore
|
||||
$attributes = $conf->attributes();
|
||||
if (isset($attributes['name']) &&
|
||||
isset($attributes['value']) &&
|
||||
isset($acc_conf[(string)($attributes['name'])]))
|
||||
$acc_conf[(string)($attributes['name'])] = (string)$attributes['value'];
|
||||
isset($acc_conf[(string)$attributes['name']]))
|
||||
$acc_conf[(string)$attributes['name']] = (string)$attributes['value'];
|
||||
}
|
||||
Accounting::updateConfiguration($acc_conf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user