X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FcleanupImages.php;h=fbdc7c209551b76c7097bb94ccca8e78c6d12d23;hb=9a9f7ff7dda5c0fdc733013460bbf16c19dcf694;hp=e0da027f7618e3dbe9da8be0b316c291cdc8dbea;hpb=32f52cbacd760f8c1cb60345fe0310cbc8d7a4ec;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;