From 9bdb3eb1a1963f9abcad157ac3f4a1cf050a6329 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Tue, 3 Oct 2006 01:10:43 +0000 Subject: [PATCH] Removed apparently useless header() call, generates warning. --- maintenance/backup.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/maintenance/backup.inc b/maintenance/backup.inc index 12dab66a46..734a13272d 100644 --- a/maintenance/backup.inc +++ b/maintenance/backup.inc @@ -168,9 +168,6 @@ class BackupDumper { } function dump( $history, $text = MW_EXPORT_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. ini_set( 'display_errors', false ); -- 2.20.1