summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/scripts/translator-stats.php')
-rw-r--r--MLEB/Translate/scripts/translator-stats.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/scripts/translator-stats.php b/MLEB/Translate/scripts/translator-stats.php
index 6ee2c312..9bc1f1b0 100644
--- a/MLEB/Translate/scripts/translator-stats.php
+++ b/MLEB/Translate/scripts/translator-stats.php
@@ -127,5 +127,5 @@ class TS extends Maintenance {
}
}
-$maintClass = 'TS';
+$maintClass = TS::class;
require_once RUN_MAINTENANCE_IF_MAIN;