diff --git a/inc-html-squel.php3 b/inc-html-squel.php3 index 1ee07f434560de711c326a9c3e4845b27d63573a..090a815826bad4388412745549d91fa92192abd5 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);