X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdeleteRevision.php;h=4606d927fe03d04df1e23ff52f36237b34e94f8c;hb=5d97e895562ec09d9233e199c21f5af7c6d58c9f;hp=6cda78483ddfa23e768a5af2046bfb4329d033a8;hpb=f71de180a3f22a11df1ad1c8c8abd83580be19b5;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/deleteRevision.php b/maintenance/deleteRevision.php index 6cda78483d..4606d927fe 100644 --- a/maintenance/deleteRevision.php +++ b/maintenance/deleteRevision.php @@ -33,7 +33,7 @@ class DeleteRevision extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Delete one or more revisions by moving them to the archive table"; + $this->addDescription( 'Delete one or more revisions by moving them to the archive table' ); } public function execute() {