From 3c511e7be80cd24c073a184cffba8edd0e1917c9 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 2 Feb 2008 02:15:15 +0000 Subject: [PATCH] Fix: Correction warning --- htdocs/conf/conf.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/conf/conf.class.php b/htdocs/conf/conf.class.php index 1176df51316..8760943c15d 100644 --- a/htdocs/conf/conf.class.php +++ b/htdocs/conf/conf.class.php @@ -133,7 +133,7 @@ class Conf /* * 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