Set replace flag for headers
This commit is contained in:
parent
d443de6f4a
commit
d1902b0d39
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue