r108611 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108610‎ | r108611 | r108612 >
Date:10:38, 11 January 2012
Author:maxsem
Status:ok
Tags:
Comment:
Fixed reporting in importDump.txt
Modified paths:
  • /trunk/phase3/maintenance/importDump.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/importDump.php
@@ -203,7 +203,7 @@
204204 }
205205
206206 function showReport() {
207 - if ( $this->mQuiet ) {
 207+ if ( !$this->mQuiet ) {
208208 $delta = wfTime() - $this->startTime;
209209 if ( $delta ) {
210210 $rate = sprintf( "%.2f", $this->pageCount / $delta );

Status & tagging log