From 0923acea72628d49dac178011eb73118992adc04 Mon Sep 17 00:00:00 2001 From: Christian Aistleitner Date: Fri, 30 Mar 2012 22:27:43 +0200 Subject: [PATCH] Avoid doubling dump output Change-Id: Ied8b8730cf1cd4a77346fbcae9013c9b6493dc8f --- includes/Export.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/Export.php b/includes/Export.php index 0bddd4ccb9..9a44260972 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -308,9 +308,6 @@ class WikiExporter { $wrapper = $this->db->resultObject( $result ); # Output dump results $this->outputPageStream( $wrapper ); - if ( $this->list_authors ) { - $this->outputPageStream( $wrapper ); - } if ( $this->buffer == WikiExporter::STREAM ) { $this->db->bufferResults( $prev ); -- 2.20.1