X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpurgeOldText.php;h=1b78c7d9d7a460644c9ca61d7459bc8e6d2dbdf0;hb=e19f1c0bcf1ae80f776ae649fd2c06f89c6e4fbc;hp=3d81e2dfafcb6f8935d7ca46cb71a16e097919bc;hpb=5cfec935722d8f4015dc24cda1de8bfc7f330537;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeOldText.php b/maintenance/purgeOldText.php index 3d81e2dfaf..1b78c7d9d7 100644 --- a/maintenance/purgeOldText.php +++ b/maintenance/purgeOldText.php @@ -32,7 +32,7 @@ require_once __DIR__ . '/Maintenance.php'; class PurgeOldText extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Purge old text records from the database"; + $this->addDescription( 'Purge old text records from the database' ); $this->addOption( 'purge', 'Performs the deletion' ); }