diff --git a/ecrire/inc/pipelines.php b/ecrire/inc/pipelines.php index 5c13d731a459096a5961dc377c14faf21c37714a..59c02805d26976986f765b437dcdabf1300796ed 100644 --- a/ecrire/inc/pipelines.php +++ b/ecrire/inc/pipelines.php @@ -236,7 +236,7 @@ function f_queue(&$texte){ // si rien a afficher // ou si on est pas dans une page html, on ne sait rien faire de mieux - if (!$code OR !$GLOBALS['html']) + if (!$code OR !isset($GLOBALS['html']) OR !$GLOBALS['html']) return $texte; // inserer avant le </body> fermant si on peut, a la fin de la page sinon