From: Aaron Schulz Date: Wed, 27 Aug 2008 20:44:43 +0000 (+0000) Subject: Set replace flag for headers X-Git-Tag: 1.31.0-rc.0~45611 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=d1902b0d39c61a0912b8857be94e59f5d13fca8d;p=lhc%2Fweb%2Fwiklou.git Set replace flag for headers --- 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 ); } } }