Merge "resources: Upgrade jquery.i18n from 1.0.4 to 1.0.5"
[lhc/web/wiklou.git] / maintenance / showJobs.php
index 0c68032..b2fde8e 100644 (file)
@@ -105,5 +105,5 @@ class ShowJobs extends Maintenance {
        }
 }
 
-$maintClass = "ShowJobs";
+$maintClass = ShowJobs::class;
 require_once RUN_MAINTENANCE_IF_MAIN;