Pulling in fix for superfluous header
authorChristian Aistleitner <christian@quelltextlich.at>
Tue, 3 Apr 2012 09:07:19 +0000 (11:07 +0200)
committerChristian Aistleitner <christian@quelltextlich.at>
Tue, 3 Apr 2012 10:56:42 +0000 (12:56 +0200)
See commit 9bdb3eb1a1963f9abcad157ac3f4a1cf050a6329

Change-Id: I10481ce6e5ff6030ed8fd87eb597f8e98274f3c6

maintenance/backupTextPass.inc

index 6f23b94..ecf2afb 100644 (file)
@@ -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' ) )