r69842 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69841‎ | r69842 | r69843 >
Date:20:01, 24 July 2010
Author:reedy
Status:ok
Tags:
Comment:
Followup r69841, missing $
Modified paths:
  • /trunk/phase3/maintenance/benchmarkPurge.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/benchmarkPurge.php
@@ -31,7 +31,7 @@
3232 }
3333
3434 public function execute() {
35 - global $wgUseSquid, wgSquidServers;
 35+ global $wgUseSquid, $wgSquidServers;
3636 if ( !$wgUseSquid ) {
3737 $this->error( "Squid purge benchmark doesn't do much without squid support on." . true );
3838 } else {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69841Fix typo in deleteArchivedFiles.inc...reedy20:01, 24 July 2010

Status & tagging log