X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fview.php;h=952b8253ee3bba08349bdcb4fe3f1040c49f2fad;hb=1658759d42a5d802e29a71c3fd70ae127afd3e46;hp=8c0237f63fae34e89d1e1a49be1d10740cf10dd0;hpb=863b4880ad8c244dfb8d99b8488e7e0f64513aea;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/view.php b/maintenance/view.php index 8c0237f63f..952b8253ee 100644 --- a/maintenance/view.php +++ b/maintenance/view.php @@ -55,5 +55,5 @@ class ViewCLI extends Maintenance { } } -$maintClass = "ViewCLI"; +$maintClass = ViewCLI::class; require_once RUN_MAINTENANCE_IF_MAIN;