X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FattachLatest.php;h=897972c75a6e2eda1963767b768462e6e4a3c228;hb=74d04edec385aa86ee01943b9a27475d79f74e78;hp=36060d8371c473202d4026098dbd0db2776f1f06;hpb=734ca2b4d2a1246fb0ea1e54b861ab423ab5e257;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;