Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 13, 2012
1 parent 937a98d commit efcbc26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/class/translate.class.php
Expand Up @@ -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);
Expand Down

0 comments on commit efcbc26

Please sign in to comment.