From 9e9b3a219c50f4ad8d50aed5d44b33c9411082c8 Mon Sep 17 00:00:00 2001 From: Max Semenik Date: Wed, 11 Jan 2012 10:38:25 +0000 Subject: [PATCH] Fixed reporting in importDump.txt --- maintenance/importDump.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/importDump.php b/maintenance/importDump.php index 6f1d5ae707..2ad0872f54 100644 --- a/maintenance/importDump.php +++ b/maintenance/importDump.php @@ -203,7 +203,7 @@ TEXT; } function showReport() { - if ( $this->mQuiet ) { + if ( !$this->mQuiet ) { $delta = wfTime() - $this->startTime; if ( $delta ) { $rate = sprintf( "%.2f", $this->pageCount / $delta ); -- 2.20.1