r91177 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91176‎ | r91177 | r91178 >
Date:15:20, 30 June 2011
Author:catrope
Status:ok
Tags:
Comment:
1.17wmf1: MFT r91175
Modified paths:
  • /branches/wmf/1.17wmf1/maintenance/purgeList.php (modified) (history)

Diff [purge]

Index: branches/wmf/1.17wmf1/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 {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r91175Fix fatal in r77354 (!!), discovered this when purgeList.php fataled on me on...catrope15:15, 30 June 2011

Status & tagging log