X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2FpurgeChangedPages.php;h=cb4f85d382e144f512b9707036f9d42dc7048dbe;hb=4dc3ac1c375b3d2eb6172dfef8fdebe71b8c5f43;hp=31500c9ce05b82c6ee16bffce6fb82ed93411b9f;hpb=466962bd4bf8c8b649eb168b3d8afe189c5b42bf;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeChangedPages.php b/maintenance/purgeChangedPages.php index 31500c9ce0..cb4f85d382 100644 --- a/maintenance/purgeChangedPages.php +++ b/maintenance/purgeChangedPages.php @@ -36,7 +36,7 @@ class PurgeChangedPages extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = 'Send purge requests for edits in date range to squid/varnish'; + $this->addDescription( 'Send purge requests for edits in date range to squid/varnish' ); $this->addOption( 'starttime', 'Starting timestamp', true, true ); $this->addOption( 'endtime', 'Ending timestamp', true, true ); $this->addOption( 'htcp-dest', 'HTCP announcement destination (IP:port)', false, true );