X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdeleteSelfExternals.php;h=ed15fd13b34218b00e33b90c5b87fac2f0a91024;hb=2c4185b3217a78c8857c4b593f2a8c85a46ea6d4;hp=f9bb41610f88a78bb749fd5ed826f8732f9b0775;hpb=6505e5f278aae664f78fb8f876c10902d2195231;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/deleteSelfExternals.php b/maintenance/deleteSelfExternals.php index f9bb41610f..ed15fd13b3 100644 --- a/maintenance/deleteSelfExternals.php +++ b/maintenance/deleteSelfExternals.php @@ -32,7 +32,7 @@ require_once __DIR__ . '/Maintenance.php'; class DeleteSelfExternals extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = 'Delete self-references to $wgServer from externallinks'; + $this->addDescription( 'Delete self-references to $wgServer from externallinks' ); $this->mBatchSize = 1000; }