Fix for r61582: if $wgDebugPrintHttpHeaders is false, don't construct the header...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 29 Jan 2010 04:29:26 +0000 (04:29 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 29 Jan 2010 04:29:26 +0000 (04:29 +0000)
commit07b4b0b3fc3eccc4447d57b7befe7f7149164e5e
treedfed39c0390ee1f89cb99872d0727ff8dfe9e53c
parent2ecf466c2f8c163cb0066c7324e449d2d8a386ba
Fix for r61582: if $wgDebugPrintHttpHeaders is false, don't construct the header string and then throw it away, skip the whole code block and save a few microseconds.
includes/Setup.php