X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=blobdiff_plain;f=maintenance%2FfixTimestamps.php;h=32ff985f97b6ae58f98f3318905fe6a8493be7e5;hb=d47071884ca1bfb5f24befb3231d948a05f29d3a;hp=1efbc5f8e6e4b4422f7553aa3b3413e2b902da33;hpb=bc6ed2ba24a8691ad6d6cc321a43720bcfb770e2;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;