From: Christian Aistleitner Date: Tue, 3 Apr 2012 09:07:19 +0000 (+0200) Subject: Pulling in fix for superfluous header X-Git-Tag: 1.31.0-rc.0~24040^2~2 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=db37f19110ad8a52bab15a82653373f9170b1f08;p=lhc%2Fweb%2Fwiklou.git Pulling in fix for superfluous header See commit 9bdb3eb1a1963f9abcad157ac3f4a1cf050a6329 Change-Id: I10481ce6e5ff6030ed8fd87eb597f8e98274f3c6 --- diff --git a/maintenance/backupTextPass.inc b/maintenance/backupTextPass.inc index 6f23b94682..ecf2afb2ef 100644 --- a/maintenance/backupTextPass.inc +++ b/maintenance/backupTextPass.inc @@ -117,9 +117,6 @@ class TextPassDumper extends BackupDumper { } function dump( $history, $text = WikiExporter::TEXT ) { - // This shouldn't happen if on console... ;) - header( 'Content-type: text/html; charset=UTF-8' ); - // Notice messages will foul up your XML output even if they're // relatively harmless. if ( ini_get( 'display_errors' ) )