From: Roan Kattouw Date: Tue, 14 Dec 2010 15:33:14 +0000 (+0000) Subject: Followup r77354: it's page_touched, with an underscore X-Git-Tag: 1.31.0-rc.0~33309 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=e0d90342e4fb2d9e23d40d466e102cc92887ba2c;p=lhc%2Fweb%2Fwiklou.git Followup r77354: it's page_touched, with an underscore --- diff --git a/maintenance/purgeList.php b/maintenance/purgeList.php index e75e2d7713..f5f89a17b3 100644 --- a/maintenance/purgeList.php +++ b/maintenance/purgeList.php @@ -26,7 +26,7 @@ class PurgeList extends Maintenance { public function __construct() { parent::__construct(); $this->mDescription = "Send purge requests for listed pages to squid"; - $this->addOption( 'purge', 'Whether to update page touched.' , false, false ); + $this->addOption( 'purge', 'Whether to update page_touched.' , false, false ); } public function execute() {