X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FgetReplicaServer.php;h=43e876ea071119cb02633aeb07bc58a535ca3210;hb=669a21a925ca4b30f850905806c08dbd82ecf03d;hp=6e0a1fec2d590a0b145ec44073b0911adab486ae;hpb=17914cc990c375340b688900b7782f1d7d5339fc;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/getReplicaServer.php b/maintenance/getReplicaServer.php index 6e0a1fec2d..43e876ea07 100644 --- a/maintenance/getReplicaServer.php +++ b/maintenance/getReplicaServer.php @@ -51,5 +51,5 @@ class GetSlaveServer extends Maintenance { } } -$maintClass = "GetSlaveServer"; +$maintClass = GetSlaveServer::class; require_once RUN_MAINTENANCE_IF_MAIN;