X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupImages.php;h=fbdc7c209551b76c7097bb94ccca8e78c6d12d23;hb=4fa7c42db953988058a1ed4e3813a06a04ae79f8;hp=c8f393d8412c21b991160e2efd58317401fa99ba;hpb=b5906606e1aa1a795231fb813b766818b1dd6c25;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupImages.php b/maintenance/cleanupImages.php index c8f393d841..fbdc7c2095 100644 --- a/maintenance/cleanupImages.php +++ b/maintenance/cleanupImages.php @@ -146,7 +146,7 @@ class ImageCleanup extends TableCleanup { * if the target title exists in the image table, or if both the * original and target titles exist in the page table, append * increasing version numbers until the target title exists in - * neither. (See also bug 16916.) + * neither. (See also T18916.) */ $version = 0; $final = $new; @@ -220,5 +220,5 @@ class ImageCleanup extends TableCleanup { } } -$maintClass = "ImageCleanup"; +$maintClass = ImageCleanup::class; require_once RUN_MAINTENANCE_IF_MAIN;