From 36751a60f7d0ad8b8c1e949af53310d5fd23020c Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Mon, 14 Feb 2005 13:16:35 +0000
Subject: [PATCH] module ecrire accessible depuis les squeletts (Andre Vincent)

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

diff --git a/inc-compilo.php3 b/inc-compilo.php3
index 0539699826..56edec4f3b 100644
--- a/inc-compilo.php3
+++ b/inc-compilo.php3
@@ -118,7 +118,7 @@ function calculer_texte($texte, $id_boucle, &$boucles, $id_mere) {
 		$chaine = strtolower($match[3]);
 		if (!($module = $match[2]))
 			// ordre standard des modules a explorer
-			$module = 'local/public/spip';
+			$module = 'local/public/spip/ecrire';
 		$c = new Champ;
 		$c->code = "_T('$module:$chaine')";
 		$c->fonctions = explode('|', substr($match[4],1));
-- 
GitLab