r76515 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r76514‎ | r76515 | r76516 >
Date:12:37, 11 November 2010
Author:ialex
Status:ok
Tags:
Comment:
Fix for r54225: parameter delimiter is ",", not "."
Modified paths:
  • /trunk/phase3/maintenance/benchmarkPurge.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/benchmarkPurge.php
@@ -34,7 +34,7 @@
3535 public function execute() {
3636 global $wgUseSquid, $wgSquidServers;
3737 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 );
3939 } else {
4040 $this->output( "There are " . count( $wgSquidServers ) . " defined squid servers:\n" );
4141 if ( $this->hasOption( 'count' ) ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r54225Merge maintenance-work branch (now with less errors!):...demon19:35, 2 August 2009

Status & tagging log