X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupImages.php;h=fbdc7c209551b76c7097bb94ccca8e78c6d12d23;hb=0da97e7a0352e8d4fd37fab2a7b2cb8c5b80f9ad;hp=e0da027f7618e3dbe9da8be0b316c291cdc8dbea;hpb=64b83bdb3afd0ee4f8fc1893a865409c198e601e;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupImages.php b/maintenance/cleanupImages.php index e0da027f76..fbdc7c2095 100644 --- a/maintenance/cleanupImages.php +++ b/maintenance/cleanupImages.php @@ -220,5 +220,5 @@ class ImageCleanup extends TableCleanup { } } -$maintClass = "ImageCleanup"; +$maintClass = ImageCleanup::class; require_once RUN_MAINTENANCE_IF_MAIN;