X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Flanguage%2Falltrans.php;h=931718f5ab8e53614bad1da97138be283f147ebe;hb=66ce3c66c83ffe48f2d47f3aed732e381e9ae671;hp=74a803393601f1053b6847f8f5cb84dcfb2e8915;hpb=ea4340e126eb2657cc878af74d53b9991844fb6b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/language/alltrans.php b/maintenance/language/alltrans.php index 74a8033936..931718f5ab 100644 --- a/maintenance/language/alltrans.php +++ b/maintenance/language/alltrans.php @@ -21,7 +21,7 @@ * @ingroup MaintenanceLanguage */ -require_once( __DIR__ . '/../Maintenance.php' ); +require_once __DIR__ . '/../Maintenance.php'; /** * Maintenance script that gets all messages as defined by the @@ -32,7 +32,7 @@ require_once( __DIR__ . '/../Maintenance.php' ); class AllTrans extends Maintenance { public function __construct() { parent::__construct(); - $this->mDescription = "Get all messages as defined by the English language file"; + $this->addDescription( 'Get all messages as defined by the English language file' ); } public function execute() {