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