X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=blobdiff_plain;f=maintenance%2FcheckLess.php;h=f001236a58abb334b481d8562ebed97acf5f41d0;hb=ab46e904fe67161ff4e017fb16ab5146a754fa10;hp=8416c8ab767936a32f22708b35182fc593d53c63;hpb=07a9d50dddbe03277bf156bd5cfa5b1f7cc26cb3;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/checkLess.php b/maintenance/checkLess.php index 8416c8ab76..f001236a58 100644 --- a/maintenance/checkLess.php +++ b/maintenance/checkLess.php @@ -62,5 +62,5 @@ class CheckLess extends Maintenance { } } -$maintClass = 'CheckLess'; +$maintClass = CheckLess::class; require_once RUN_MAINTENANCE_IF_MAIN;