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