Avoid doubling dump output
[lhc/web/wiklou.git] / 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 );