X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=maintenance%2Fprotect.php;h=b47476a58c86198bf5242833421ef64766fb0b39;hb=d13aa39760f9de5ab9c638ae417f94c786244ee7;hp=eae615471a79612995429bebc2a2ae7eead9e054;hpb=863b4880ad8c244dfb8d99b8488e7e0f64513aea;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;