X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=blobdiff_plain;f=maintenance%2FinitSiteStats.php;h=7e62b89f481c5ea39e4bb5e353cd5488c9e3e0d7;hb=daf2abc4f56e2533922608a8efd44a050fa3bdf9;hp=8d26063c3a295d74a7a4ed0af35c23d73b07e917;hpb=87af058741eac7c63eba52286031645ad5ee8925;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/initSiteStats.php b/maintenance/initSiteStats.php index 8d26063c3a..7e62b89f48 100644 --- a/maintenance/initSiteStats.php +++ b/maintenance/initSiteStats.php @@ -33,7 +33,7 @@ require_once __DIR__ . '/Maintenance.php'; class InitSiteStats extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Re-initialise the site statistics tables"; + $this->addDescription( 'Re-initialise the site statistics tables' ); $this->addOption( 'update', 'Update the existing statistics' ); $this->addOption( 'active', 'Also update active users count' ); $this->addOption( 'use-master', 'Count using the master database' );