X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FgetReplicaServer.php;h=43e876ea071119cb02633aeb07bc58a535ca3210;hb=a9f438227050c1fac6efe91fa8ff38947ae7c089;hp=6e0a1fec2d590a0b145ec44073b0911adab486ae;hpb=f9676b19503a72e70783966c5f748ef61277849b;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;