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 0209747c..e625467b 100644
--- a/MLEB/Translate/scripts/fallbacks-graph.php
+++ b/MLEB/Translate/scripts/fallbacks-graph.php
@@ -83,5 +83,5 @@ XML;
}
}
-$maintClass = 'FallbacksCompare';
+$maintClass = FallbacksCompare::class;
require_once RUN_MAINTENANCE_IF_MAIN;