From c5ed96218f5ff90fd2e7d0d90512620ebd776a20 Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Mon, 12 Mar 2007 16:41:51 +0000
Subject: [PATCH] =?UTF-8?q?Le=20titre=20de=20la=20page=20'oubli'=20dans=20?=
 =?UTF-8?q?la=20langue=20du=20site,=20et=20le=20reste=20dans=20celle=20du?=
 =?UTF-8?q?=20visiteur,=20je=20crois=20pas=20que=20c'=C3=A9tait=20fait=20e?=
 =?UTF-8?q?xpr=C3=A8s...?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/action/pass.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ecrire/action/pass.php b/ecrire/action/pass.php
index 1a023ddeaa..7499df61e3 100644
--- a/ecrire/action/pass.php
+++ b/ecrire/action/pass.php
@@ -105,7 +105,8 @@ $message = '';
 // http://doc.spip.org/@action_pass_dist
 function action_pass_dist()
 {
-	echo install_debut_html( _T('pass_mot_oublie'));
+	utiliser_langue_visiteur();
+	echo install_debut_html(_T('pass_mot_oublie'));
 	inclure_balise_dynamique(formulaire_oubli_dyn(_request('p'), _request('oubli')));
 	echo install_fin_html();
 }
-- 
GitLab