X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfixTimestamps.php;h=32ff985f97b6ae58f98f3318905fe6a8493be7e5;hb=8af9c78c85b532743421507bc02b1c0d21757116;hp=1efbc5f8e6e4b4422f7553aa3b3413e2b902da33;hpb=9de578da93ec2b649340e5512db61618cc12e442;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/fixTimestamps.php b/maintenance/fixTimestamps.php index 1efbc5f8e6..32ff985f97 100644 --- a/maintenance/fixTimestamps.php +++ b/maintenance/fixTimestamps.php @@ -125,5 +125,5 @@ class FixTimestamps extends Maintenance { } } -$maintClass = "FixTimestamps"; +$maintClass = FixTimestamps::class; require_once RUN_MAINTENANCE_IF_MAIN;