X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FgetLagTimes.php;h=c2c7983347f54f7b27dba86006e756d5c0132747;hb=417dd31ad26be38211ebedea21cd9fcff1affa9b;hp=ad2fdf88fc383a94fd2e08412229931ea6b875a7;hpb=bac07c24e5ad31fe3108b7d653fdac3cf93a3f79;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;