Replace arguments before replacing variables in {{int:...}} parser function, for...
[lhc/web/wiklou.git] / includes / GlobalFunctions.php
index dabe06d..9a4cd43 100644 (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 );
                        }
                }
        }