X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpopulateLogUsertext.php;h=ec3c4722cb201d2744da8dc076bae4b23b710da9;hb=cf9fc81e9669b6c016c044de57ad2bdd5113d167;hp=60329c0339d8ae91ad18cf783e1e4489da77173f;hpb=d85322a862c4f17274aedf382044721dcabaac08;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/populateLogUsertext.php b/maintenance/populateLogUsertext.php index 60329c0339..ec3c4722cb 100644 --- a/maintenance/populateLogUsertext.php +++ b/maintenance/populateLogUsertext.php @@ -35,7 +35,7 @@ require_once __DIR__ . '/Maintenance.php'; class PopulateLogUsertext extends LoggedUpdateMaintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Populates the log_user_text field"; + $this->addDescription( 'Populates the log_user_text field' ); $this->setBatchSize( 100 ); }