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 @@
1392
1392
// Reset the 'Content-Encoding' field set by this handler
1393
1393
// so we can start fresh.
1394
1394
header( 'Content-Encoding:', true );
1395
+ break;
1395
1396
}
1396
1397
}
1397
1398
}