Merge "resources: Upgrade jquery.i18n from 1.0.4 to 1.0.5"
[lhc/web/wiklou.git] / maintenance / manageJobs.php
index c1b038c..488c915 100644 (file)
@@ -93,5 +93,5 @@ class ManageJobs extends Maintenance {
        }
 }
 
-$maintClass = "ManageJobs";
+$maintClass = ManageJobs::class;
 require_once RUN_MAINTENANCE_IF_MAIN;