r40145 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r40144‎ | r40145 | r40146 >
Date:14:18, 28 August 2008
Author:greg
Status:old
Tags:
Comment:
Once we reset, no need to keep looping.
Modified paths:
  • /trunk/phase3/includes/GlobalFunctions.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/GlobalFunctions.php
@@ -1391,6 +1391,7 @@
13921392 // Reset the 'Content-Encoding' field set by this handler
13931393 // so we can start fresh.
13941394 header( 'Content-Encoding:', true );
 1395+ break;
13951396 }
13961397 }
13971398 }