r91175 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91174‎ | r91175 | r91176 >
Date:15:15, 30 June 2011
Author:catrope
Status:ok
Tags:
Comment:
Fix fatal in r77354 (!!), discovered this when purgeList.php fataled on me on the WMF cluster
Modified paths:
  • /trunk/phase3/maintenance/purgeList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/purgeList.php
@@ -43,7 +43,7 @@
4444 $url = $title->getFullUrl();
4545 $this->output( "$url\n" );
4646 $urls[] = $url;
47 - if ( $this->getOptions( 'purge' ) ) {
 47+ if ( $this->getOption( 'purge' ) ) {
4848 $title->invalidateCache();
4949 }
5050 } else {

Follow-up revisions

RevisionCommit summaryAuthorDate
r911771.17wmf1: MFT r91175catrope15:20, 30 June 2011
r91532MFT r91175 plus release notes: fixed purgeList.phptstarling07:39, 6 July 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r77354$options doesn't exist in PurgeList...reedy14:18, 27 November 2010

Status & tagging log