// fix norme

This commit is contained in:
vSchoener
2012-03-09 14:38:40 +00:00
parent df3bd0e146
commit adf5e19bbd
+2 -2
View File
@@ -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);
}