From db37f19110ad8a52bab15a82653373f9170b1f08 Mon Sep 17 00:00:00 2001 From: Christian Aistleitner Date: Tue, 3 Apr 2012 11:07:19 +0200 Subject: [PATCH] Pulling in fix for superfluous header See commit 9bdb3eb1a1963f9abcad157ac3f4a1cf050a6329 Change-Id: I10481ce6e5ff6030ed8fd87eb597f8e98274f3c6 --- maintenance/backupTextPass.inc | 3 --- 1 file changed, 3 deletions(-) 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' ) ) -- 2.20.1