Update cssjanus/cssjanus from 1.2.0 to 1.3.0
[lhc/web/wiklou.git] / maintenance / getConfiguration.php
index 18dcc22..de6e87a 100644 (file)
@@ -192,5 +192,5 @@ class GetConfiguration extends Maintenance {
        }
 }
 
-$maintClass = "GetConfiguration";
+$maintClass = GetConfiguration::class;
 require_once RUN_MAINTENANCE_IF_MAIN;