
aaron at svn
Aug 27, 2008, 1:44 PM
Post #1 of 1
(21 views)
Permalink
|
|
SVN: [40103] trunk/phase3/includes/GlobalFunctions.php
|
|
Revision: 40103 Author: aaron Date: 2008-08-27 20:44:43 +0000 (Wed, 27 Aug 2008) Log Message: ----------- Set replace flag for headers Modified Paths: -------------- trunk/phase3/includes/GlobalFunctions.php Modified: trunk/phase3/includes/GlobalFunctions.php =================================================================== --- trunk/phase3/includes/GlobalFunctions.php 2008-08-27 20:28:12 UTC (rev 40102) +++ trunk/phase3/includes/GlobalFunctions.php 2008-08-27 20:44:43 UTC (rev 40103) @@ -1390,7 +1390,7 @@ 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 ); } } } _______________________________________________ MediaWiki-CVS mailing list MediaWiki-CVS[at]lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
|