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