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