Fix: Correction warning

This commit is contained in:
Laurent Destailleur 2008-02-02 02:15:15 +00:00
parent 2c0f076037
commit 3c511e7be8

View File

@ -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