Avoid doubling dump output
authorChristian Aistleitner <christian@quelltextlich.at>
Fri, 30 Mar 2012 20:27:43 +0000 (22:27 +0200)
committerChristian Aistleitner <christian@quelltextlich.at>
Fri, 30 Mar 2012 20:28:29 +0000 (22:28 +0200)
Change-Id: Ied8b8730cf1cd4a77346fbcae9013c9b6493dc8f

includes/Export.php

index 0bddd4c..9a44260 100644 (file)
@@ -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 );