X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateRestrictions.php;h=cb40af34c56b6c281c9aaf48ff9e4cc43a51a323;hb=1797b20c8e675d92594be2a6b0c2f319f11026b0;hp=c4dccbc65f8d78bded25fecc6c9890af54e26b1a;hpb=1801936f877aac0728bf654a4b2b7508506a672e;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/updateRestrictions.php b/maintenance/updateRestrictions.php index c4dccbc65f..cb40af34c5 100644 --- a/maintenance/updateRestrictions.php +++ b/maintenance/updateRestrictions.php @@ -126,5 +126,5 @@ class UpdateRestrictions extends Maintenance { } } -$maintClass = "UpdateRestrictions"; +$maintClass = UpdateRestrictions::class; require_once RUN_MAINTENANCE_IF_MAIN;