Merge "(bug 37183) Removed hard coded parentheses in SpecialListfiles.php"
[lhc/web/wiklou.git] / maintenance / importDump.php
index 6f1d5ae..2ad0872 100644 (file)
@@ -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 );