From fdd398586d735f35efa00cbe81f1f3bc40aa0c13 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 9 Oct 2009 08:58:40 +0000 Subject: [PATCH] --- inc/extranet/Controlleur/class.extranet.url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/extranet/Controlleur/class.extranet.url.php b/inc/extranet/Controlleur/class.extranet.url.php index db5559214..1ebe508d5 100644 --- a/inc/extranet/Controlleur/class.extranet.url.php +++ b/inc/extranet/Controlleur/class.extranet.url.php @@ -110,7 +110,7 @@ class extranetUrl { public static function changeMotdepasse() { - $res .= '' . __('Votre mot de passe doit comprendre en 6 et 10 caractères') . ''; + $res = '' . __('Votre mot de passe doit comprendre en 6 et 10 caractères') . ''; $res .= '' . __('Tapez votre mot de passe actuel') . ' : ' . form::password('actuel', 20, 10) . ''; $res .= '' . __('Tapez votre nouveau mot de passe') . ' : ' . form::password('nouveau', 20, 10) . ''; $res .= '' . __('Confirmez votre nouveau mot de passe') . ' : ' . form::password('confirmation', 20, 10) . ''; -- 2.39.5