From a0b46f9daa091bfc530471cb25362ed1f7707e71 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 9 Oct 2008 16:26:00 +0000 Subject: [PATCH] =?UTF-8?q?-=20LSsession=20:=20Correction=20d'une=20erreur?= =?UTF-8?q?=20dans=20le=20pr=C3=A9c=C3=A9dent=20commit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- trunk/includes/class/class.LSsession.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/includes/class/class.LSsession.php b/trunk/includes/class/class.LSsession.php index f862fe52..aceca138 100644 --- a/trunk/includes/class/class.LSsession.php +++ b/trunk/includes/class/class.LSsession.php @@ -735,7 +735,7 @@ class LSsession { $GLOBALS['Smarty'] -> assign('loginform_label_user',_('Identifiant')); $GLOBALS['Smarty'] -> assign('loginform_label_pwd',_('Mot de passe')); $GLOBALS['Smarty'] -> assign('loginform_label_submit',_('Connexion')); - if (isset($GLOBALS['LSconfig']['ldap_servers'][0])) { + if (isset($GLOBALS['LSconfig']['ldap_servers'][0]['recoverPassword'])) { $GLOBALS['Smarty'] -> assign('loginform_label_lostpassword',_('Mot de passe oubliƩ ?')); }