mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Update api_setup.class.php
some values needs more dictionaries
This commit is contained in:
@@ -624,7 +624,7 @@ class Setup extends DolibarrApi
|
||||
global $conf;
|
||||
$this->translations = new Translate('', $conf);
|
||||
$this->translations->setDefaultLang($lang);
|
||||
$this->translations->load($dict);
|
||||
$this->translations->loadLangs(array($dict));
|
||||
}
|
||||
if ($object->code) {
|
||||
$key = $prefix.$object->code;
|
||||
|
||||
Reference in New Issue
Block a user