X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FattachLatest.php;h=897972c75a6e2eda1963767b768462e6e4a3c228;hb=21a36e80464f364d894eb49b3073069fc87f97b1;hp=36060d8371c473202d4026098dbd0db2776f1f06;hpb=58cb1f824ac75c3b58ba19d1e88c1b38f9dc1fab;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/attachLatest.php b/maintenance/attachLatest.php index 36060d8371..897972c75a 100644 --- a/maintenance/attachLatest.php +++ b/maintenance/attachLatest.php @@ -88,5 +88,5 @@ class AttachLatest extends Maintenance { } } -$maintClass = "AttachLatest"; +$maintClass = AttachLatest::class; require_once RUN_MAINTENANCE_IF_MAIN;