Merge "Fix sessionfailure i18n message during authentication"
[lhc/web/wiklou.git] / maintenance / benchmarks / bench_if_switch.php
index 843ef7c..5f661f2 100644 (file)
@@ -106,5 +106,5 @@ class BenchIfSwitch extends Benchmarker {
        }
 }
 
-$maintClass = 'BenchIfSwitch';
+$maintClass = BenchIfSwitch::class;
 require_once RUN_MAINTENANCE_IF_MAIN;