summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/scripts/fallbacks-graph.php')
-rw-r--r--MLEB/Translate/scripts/fallbacks-graph.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/scripts/fallbacks-graph.php b/MLEB/Translate/scripts/fallbacks-graph.php
index e625467b..769e30b8 100644
--- a/MLEB/Translate/scripts/fallbacks-graph.php
+++ b/MLEB/Translate/scripts/fallbacks-graph.php
@@ -21,7 +21,7 @@ require_once "$IP/maintenance/Maintenance.php";
class FallbacksCompare extends Maintenance {
public function __construct() {
parent::__construct();
- $this->mDescription = 'Creates graphml xml file of language fallbacks.';
+ $this->addDescription( 'Creates graphml xml file of language fallbacks.' );
}
public function execute() {