Followup r77354: it's page_touched, with an underscore
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 14 Dec 2010 15:33:14 +0000 (15:33 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 14 Dec 2010 15:33:14 +0000 (15:33 +0000)
maintenance/purgeList.php

index e75e2d7..f5f89a1 100644 (file)
@@ -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() {