summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'MLEB/Translate/scripts/export.php')
-rw-r--r--MLEB/Translate/scripts/export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLEB/Translate/scripts/export.php b/MLEB/Translate/scripts/export.php
index 867359d0..469bd2ac 100644
--- a/MLEB/Translate/scripts/export.php
+++ b/MLEB/Translate/scripts/export.php
@@ -297,5 +297,5 @@ class CommandlineExport extends Maintenance {
}
}
-$maintClass = 'CommandlineExport';
+$maintClass = CommandlineExport::class;
require_once RUN_MAINTENANCE_IF_MAIN;