From 765dfc88d5f2917dc18b931173d84083a4d56a97 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 14 Apr 2009 14:42:50 +0000 Subject: [PATCH] Log stream buffer fix --- includes/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Export.php b/includes/Export.php index 909804cf9b..a991bcb504 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -197,10 +197,10 @@ class WikiExporter { array( 'ORDER BY' => 'log_id', 'USE INDEX' => array('logging' => 'PRIMARY') ) ); $wrapper = $this->db->resultObject( $result ); + $this->outputLogStream( $wrapper ); if( $this->buffer == WikiExporter::STREAM ) { $this->db->bufferResults( $prev ); } - $this->outputLogStream( $wrapper ); # For page dumps... } else { $tables = array( 'page', 'revision' ); -- 2.20.1