X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpopulateBacklinkNamespace.php;h=901cdaa762a8eab1c4e673c4df4e02638cad68d8;hb=480ab87dbc2974ad9465af2808f21bf83397142e;hp=054f7921fb2b8d6fc73563fb80980f772dd6bda4;hpb=16a9dd96bd5d7bec87c83d47fb954f2e7934dffe;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/populateBacklinkNamespace.php b/maintenance/populateBacklinkNamespace.php index 054f7921fb..901cdaa762 100644 --- a/maintenance/populateBacklinkNamespace.php +++ b/maintenance/populateBacklinkNamespace.php @@ -31,7 +31,7 @@ require_once __DIR__ . '/Maintenance.php'; class PopulateBacklinkNamespace extends LoggedUpdateMaintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Populate the *_from_namespace fields"; + $this->addDescription( 'Populate the *_from_namespace fields' ); $this->addOption( 'lastUpdatedId', "Highest page_id with updated links", false, true ); }