From 621493f57c7aa91fd39a69f8fefe488bc263360d Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Wed, 16 Feb 2005 21:08:31 +0000 Subject: [PATCH] =?UTF-8?q?g=C3=A9n=C3=A9ralisation=20de=20local=5Ffr.php3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc-compilo.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc-compilo.php3 b/inc-compilo.php3 index 56edec4f3b..dac3c45d7f 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/ecrire'; + $module = 'public/spip/ecrire'; $c = new Champ; $c->code = "_T('$module:$chaine')"; $c->fonctions = explode('|', substr($match[4],1)); -- GitLab