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