X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FpurgeList.php;h=16a62f405d1404d4ee627e133ce3540711a66b9a;hb=733704ed8248f71dfb982d22799104a976d1ada4;hp=8cf217f95f8c4a2ce35e2df58982edac4e847454;hpb=1c421c155f9a3b9d6b7fbfae6255e87119aafb64;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/purgeList.php b/maintenance/purgeList.php index 8cf217f95f..16a62f405d 100644 --- a/maintenance/purgeList.php +++ b/maintenance/purgeList.php @@ -143,5 +143,5 @@ class PurgeList extends Maintenance { } } -$maintClass = "PurgeList"; +$maintClass = PurgeList::class; require_once RUN_MAINTENANCE_IF_MAIN;