X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Fview.php;h=952b8253ee3bba08349bdcb4fe3f1040c49f2fad;hb=aeb36c13a50083436445e212b4af98175f2661d6;hp=8c0237f63fae34e89d1e1a49be1d10740cf10dd0;hpb=d0a8e6b9b30272ec216a8a2ceda3b7fc60db1e7a;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;