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