Index: trunk/phase3/maintenance/benchmarkPurge.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | public function execute() { |
36 | 36 | global $wgUseSquid, $wgSquidServers; |
37 | 37 | if ( !$wgUseSquid ) { |
38 | | - $this->error( "Squid purge benchmark doesn't do much without squid support on." . true ); |
| 38 | + $this->error( "Squid purge benchmark doesn't do much without squid support on.", true ); |
39 | 39 | } else { |
40 | 40 | $this->output( "There are " . count( $wgSquidServers ) . " defined squid servers:\n" ); |
41 | 41 | if ( $this->hasOption( 'count' ) ) { |