From 17b1df9e0081f34dc7f7c6e56f0395a6cf48044d Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Sun, 15 May 2005 11:06:44 +0000
Subject: [PATCH] ne pas recopier les arguments des filtres d'idiomes

---
 inc-html-squel.php3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inc-html-squel.php3 b/inc-html-squel.php3
index 1ee07f4345..090a815826 100644
--- a/inc-html-squel.php3
+++ b/inc-html-squel.php3
@@ -115,7 +115,7 @@ function phraser_idiomes($texte,$result) {
 		$champ->nom_champ = strtolower($match[3]);
 		$champ->module = $match[2] ? $match[2] : 'public/spip/ecrire';
 		// pas d'imbrication pour les filtres sur langue
-		$result = phraser_filtres(substr($match[5],1), ":", '', $result, $champ);
+		phraser_filtres($match[5], ":", '', array(), $champ);
 		$result[] = $champ;
 	}
 	if ($texte)  $result = phraser_champs($texte,$result);
-- 
GitLab