Fix: Correction warning
This commit is contained in:
parent
2c0f076037
commit
3c511e7be8
@ -133,7 +133,7 @@ class Conf
|
|||||||
/*
|
/*
|
||||||
* Charge l'objet de traduction et positionne langage courant global
|
* Charge l'objet de traduction et positionne langage courant global
|
||||||
*/
|
*/
|
||||||
if (! $this->global->MAIN_LANG_DEFAULT) $this->global->MAIN_LANG_DEFAULT="fr_FR";
|
if (empty($this->global->MAIN_LANG_DEFAULT)) $this->global->MAIN_LANG_DEFAULT="fr_FR";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Autres parametres globaux de configurations
|
* Autres parametres globaux de configurations
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user