diff --git a/inc-compilo.php3 b/inc-compilo.php3 index 56edec4f3b8aea50c96bba3476f159d034f3fd0d..dac3c45d7fddfa971588132597c1c11d4ba6348c 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));