diff --git a/htdocs/core/class/translate.class.php b/htdocs/core/class/translate.class.php index 7e924f8ffae12..06b24c916468d 100644 --- a/htdocs/core/class/translate.class.php +++ b/htdocs/core/class/translate.class.php @@ -81,7 +81,7 @@ function setDefaultLang($srclang='fr_FR') $newdir=$dir.$conf->global->MAIN_FORCELANGDIR; if (! in_array($newdir,$this->dir)) { - $more['module_'.$i]=$newdir; $i++; // TODO a quoi ça sert ?? + $more['module_'.$i]=$newdir; $i++; // We add the forced dir into the array $more. Just after, we add entries into $more to list of lang dir $this->dir. } } $this->dir=array_merge($more,$this->dir);