X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fprotect.php;h=b47476a58c86198bf5242833421ef64766fb0b39;hb=c99e9beff7d7c1a5a48f8d6f869a42425021c62b;hp=eae615471a79612995429bebc2a2ae7eead9e054;hpb=34e956016bb9189af091569946257e5b9b138585;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/protect.php b/maintenance/protect.php index eae615471a..b47476a58c 100644 --- a/maintenance/protect.php +++ b/maintenance/protect.php @@ -89,5 +89,5 @@ class Protect extends Maintenance { } } -$maintClass = "Protect"; +$maintClass = Protect::class; require_once RUN_MAINTENANCE_IF_MAIN;