X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=blobdiff_plain;f=maintenance%2Frebuildall.php;h=d2ee6fc2ad913c6a1c94d88bf3fb77d1386f9c63;hb=74174fca253b9a759d7402f09b7fc37d5de0e9be;hp=4ff873e9c6bf870d19d4c616300b05a87182de6e;hpb=f71de180a3f22a11df1ad1c8c8abd83580be19b5;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/rebuildall.php b/maintenance/rebuildall.php index 4ff873e9c6..d2ee6fc2ad 100644 --- a/maintenance/rebuildall.php +++ b/maintenance/rebuildall.php @@ -32,7 +32,7 @@ require_once __DIR__ . '/Maintenance.php'; class RebuildAll extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Rebuild links, text index and recent changes"; + $this->addDescription( 'Rebuild links, text index and recent changes' ); } public function getDbType() {