Index: trunk/phase3/includes/Export.php |
— | — | @@ -197,10 +197,10 @@ |
198 | 198 | array( 'ORDER BY' => 'log_id', 'USE INDEX' => array('logging' => 'PRIMARY') ) |
199 | 199 | ); |
200 | 200 | $wrapper = $this->db->resultObject( $result ); |
| 201 | + $this->outputLogStream( $wrapper ); |
201 | 202 | if( $this->buffer == WikiExporter::STREAM ) { |
202 | 203 | $this->db->bufferResults( $prev ); |
203 | 204 | } |
204 | | - $this->outputLogStream( $wrapper ); |
205 | 205 | # For page dumps... |
206 | 206 | } else { |
207 | 207 | $tables = array( 'page', 'revision' ); |