From d1902b0d39c61a0912b8857be94e59f5d13fca8d Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 27 Aug 2008 20:44:43 +0000 Subject: [PATCH] Set replace flag for headers --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index dabe06d53b..9a4cd43373 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -1390,7 +1390,7 @@ function wfResetOutputBuffers( $resetGzipEncoding=true ) { if( $status['name'] == 'ob_gzhandler' ) { // Reset the 'Content-Encoding' field set by this handler // so we can start fresh. - header( 'Content-Encoding:' ); + header( 'Content-Encoding:', true ); } } } -- 2.20.1