diff --git a/ecrire/action/pass.php b/ecrire/action/pass.php index 1a023ddeaa4ace544ca2d9a0c5c3cebd7cfc6a32..7499df61e304773e39436356cf622496e7a032d3 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(); }