X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FgetLagTimes.php;h=c2c7983347f54f7b27dba86006e756d5c0132747;hb=72bec61d7ca4bc24731389f30c790662458c12c7;hp=ad2fdf88fc383a94fd2e08412229931ea6b875a7;hpb=d568a12d7fbfa5db4db3f7445ff8bf77e9d02f76;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;