From: Christian Aistleitner Date: Fri, 30 Mar 2012 20:27:43 +0000 (+0200) Subject: Avoid doubling dump output X-Git-Tag: 1.31.0-rc.0~24090^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=0923acea72628d49dac178011eb73118992adc04;p=lhc%2Fweb%2Fwiklou.git Avoid doubling dump output Change-Id: Ied8b8730cf1cd4a77346fbcae9013c9b6493dc8f --- 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 );