// Small translation fix

This commit is contained in:
Damien Metzger
2013-04-24 15:45:58 +02:00
parent 64684fe6c9
commit 71f0986535
@@ -2545,6 +2545,7 @@ class AdminTranslationsControllerCore extends AdminController
$this->recursiveGetModuleFiles($root_dir.$module.'/', $array_files, $module, $lang_file, $is_default);
}
$root_dir = $initial_root_dir;
// Then we load the overriden translation file
if ($this->theme_selected && isset($this->translations_informations[$this->type_selected]['override']))
{