X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FgetLagTimes.php;h=c2c7983347f54f7b27dba86006e756d5c0132747;hb=a7e2b91b2c72f3522a7a9c3c957a43309e70b92e;hp=ad2fdf88fc383a94fd2e08412229931ea6b875a7;hpb=86aead2fcc86342f8aebd3f7673d0b830f384db9;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/getLagTimes.php b/maintenance/getLagTimes.php index ad2fdf88fc..c2c7983347 100644 --- a/maintenance/getLagTimes.php +++ b/maintenance/getLagTimes.php @@ -75,5 +75,5 @@ class GetLagTimes extends Maintenance { } } -$maintClass = "GetLagTimes"; +$maintClass = GetLagTimes::class; require_once RUN_MAINTENANCE_IF_MAIN;