X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfixTimestamps.php;h=32ff985f97b6ae58f98f3318905fe6a8493be7e5;hb=043e1d2dbe104100808155761e222af83c89c9e3;hp=1efbc5f8e6e4b4422f7553aa3b3413e2b902da33;hpb=d75c150177fbc2c5a818ee6735d41596bb631a8a;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;