X-Git-Url: https://git.heureux-cyclage.org/w/index.php?a=blobdiff_plain;f=maintenance%2FcleanupCaps.php;h=546825bfba73e0d1ed5e661125897c0f8ce8fc13;hb=3d54d208bc0dd54baef18b3891ff0faf1d300214;hp=2da45ca19251cd0f98e8c9a87f738b6cfd580897;hpb=bb8608c98a3d677d8557dd7056a7434c7c38c055;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupCaps.php b/maintenance/cleanupCaps.php index 2da45ca192..546825bfba 100644 --- a/maintenance/cleanupCaps.php +++ b/maintenance/cleanupCaps.php @@ -169,5 +169,5 @@ class CapsCleanup extends TableCleanup { } } -$maintClass = "CapsCleanup"; +$maintClass = CapsCleanup::class; require_once RUN_MAINTENANCE_IF_MAIN;