From 521d6284130810acf749534c30b9b03f9b408079 Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Mon, 4 Sep 2006 07:40:30 +0000
Subject: [PATCH] =?UTF-8?q?entites=20HTML=20pas=20toujours=20=C3=A0=20tran?=
 =?UTF-8?q?scoder=20dans=20[7321]=20(faudrait=20organiser=20ces=20fonction?=
 =?UTF-8?q?s=20un=20peu=20autrement=20pour=20le=20faire=20exactement=20qua?=
 =?UTF-8?q?nd=20il=20faut).?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/inc/actions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/inc/actions.php b/ecrire/inc/actions.php
index 9281a7e78f..274bb9b7e7 100644
--- a/ecrire/inc/actions.php
+++ b/ecrire/inc/actions.php
@@ -95,7 +95,7 @@ function generer_action_auteur($action, $arg, $redirect="", $mode=false, $att=''
 // http://doc.spip.org/@redirige_action_auteur
 function redirige_action_auteur($action, $arg, $ret, $gra='', $mode=false, $atts='') {
 
-	$redirect = generer_url_ecrire($ret, $gra, false, _DIR_RESTREINT_ABS);
+	$redirect = generer_url_ecrire($ret, $gra, true, _DIR_RESTREINT_ABS);
 
 	return generer_action_auteur(
 		$action,
-- 
GitLab