Valider 20678b5e rédigé par nicod's avatar nicod
Parcourir les fichiers

fix: Warning undefined global

Refs: #4858
parent bb8ed869
Chargement en cours
Chargement en cours
Chargement en cours
Chargement en cours
+1 −1
Numéro de ligne d'origine Numéro de ligne de diff Ligne de diff
@@ -13,7 +13,7 @@

// si un buffer est deja ouvert, stop
if (
	$GLOBALS['flag_ob']
	$GLOBALS['flag_ob'] ?? null
	and defined('_AUTO_GZIP_HTTP') and _AUTO_GZIP_HTTP
	and strlen(ob_get_contents()) == 0
	and !headers_sent()