X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfixExtLinksProtocolRelative.php;h=d04e0c25a54153e1f092ce2ffed36215acb22dd9;hb=cf9fc81e9669b6c016c044de57ad2bdd5113d167;hp=a44f8e5087d81e4aa94dbcc94baa228bb41b8da3;hpb=3301e78e5a2e5662952c0564f830a492743f9844;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/fixExtLinksProtocolRelative.php b/maintenance/fixExtLinksProtocolRelative.php index a44f8e5087..d04e0c25a5 100644 --- a/maintenance/fixExtLinksProtocolRelative.php +++ b/maintenance/fixExtLinksProtocolRelative.php @@ -34,8 +34,8 @@ require_once __DIR__ . '/Maintenance.php'; class FixExtLinksProtocolRelative extends LoggedUpdateMaintenance { public function __construct() { parent::__construct(); - $this->mDescription = - "Fixes any entries in the externallinks table containing protocol-relative URLs"; + $this->addDescription( + 'Fixes any entries in the externallinks table containing protocol-relative URLs' ); } protected function getUpdateKey() {