r78379 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78378‎ | r78379 | r78380 >
Date:15:33, 14 December 2010
Author:catrope
Status:ok
Tags:
Comment:
Followup r77354: it's page_touched, with an underscore
Modified paths:
  • /trunk/phase3/maintenance/purgeList.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/purgeList.php
@@ -26,7 +26,7 @@
2727 public function __construct() {
2828 parent::__construct();
2929 $this->mDescription = "Send purge requests for listed pages to squid";
30 - $this->addOption( 'purge', 'Whether to update page touched.' , false, false );
 30+ $this->addOption( 'purge', 'Whether to update page_touched.' , false, false );
3131 }
3232
3333 public function execute() {

Past revisions this follows-up on

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

Status & tagging log