X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupImages.php;h=fbdc7c209551b76c7097bb94ccca8e78c6d12d23;hb=3f1230e9ec362a18b555233deb0b3e2b3f8a4594;hp=e0da027f7618e3dbe9da8be0b316c291cdc8dbea;hpb=4feb2bd8d6deaee787f11ae8be41c0393934f636;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;