X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FrenderDump.php;h=2039a21603e860606fe134c852b63e11bdd55293;hb=a6d2365015aaa4b26729492cdc25f1a69920b2f6;hp=3938915c7be61adf937f5c0a26020d7ac3f03ad5;hpb=ace9be9562a8301c80ef2295601b606aee4e9ce1;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/renderDump.php b/maintenance/renderDump.php index 3938915c7b..2039a21603 100644 --- a/maintenance/renderDump.php +++ b/maintenance/renderDump.php @@ -69,9 +69,9 @@ class DumpRenderer extends Maintenance { $importer->doImport(); $delta = microtime( true ) - $this->startTime; - $this->error( "Rendered {$this->count} pages in " . round($delta, 2) . " seconds " ); + $this->error( "Rendered {$this->count} pages in " . round( $delta, 2 ) . " seconds " ); if ( $delta > 0 ) { - $this->error( round($this->count / $delta, 2) . " pages/sec" ); + $this->error( round( $this->count / $delta, 2 ) . " pages/sec" ); } $this->error( "\n" ); }