Set replace flag for headers

This commit is contained in:
Aaron Schulz 2008-08-27 20:44:43 +00:00
parent d443de6f4a
commit d1902b0d39

View file

@ -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 );
}
}
}