From 01fd85cb5de51a39bb4a587e38452c95586ae2db Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Tue, 21 Sep 2004 21:49:44 +0000
Subject: [PATCH] =?UTF-8?q?Fil,=20tu=20en=20as=20oubli=C3=A9=20un=20(de=20?=
 =?UTF-8?q?spip=5Ferror=5Flog)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 inc-compilo-index.php3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inc-compilo-index.php3 b/inc-compilo-index.php3
index fc86a254e3..6cf4a37a92 100644
--- a/inc-compilo-index.php3
+++ b/inc-compilo-index.php3
@@ -172,10 +172,10 @@ function applique_filtres($p) {
 				        $arglist = filtres_arglist($regs[2],$p);
 				}
 				if (!function_exists($fonc))
-					$code = "spip_error_handler(1,'".
+					$code = "erreur_squelette('".
 					  texte_script(
 						_T('erreur_filtre', array('filtre' => $fonc))
-					)."','','','')";
+					)."','" . $p->id_boucle . "')";
 				else $code = "$fonc($code$arglist)";
 			}
 		}
-- 
GitLab