X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FattachLatest.php;h=897972c75a6e2eda1963767b768462e6e4a3c228;hb=32df0ac000efeed7a6402a0f67b7b65abfe226c6;hp=36060d8371c473202d4026098dbd0db2776f1f06;hpb=57eaa2bf04ce1b48bd89c10defe4de5b7d31f047;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;