X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupSpam.php;h=038b28ce761cc15c4c973cdc4485504eab0bf192;hb=a68a0d610187d7ac913f1f266cae450607de1cf1;hp=3d039fa292f1664e6f421b67ad7fda5d719c4d10;hpb=2ef178072f6f46abde7bdcc2630389a8b2837557;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupSpam.php b/maintenance/cleanupSpam.php index 3d039fa292..038b28ce76 100644 --- a/maintenance/cleanupSpam.php +++ b/maintenance/cleanupSpam.php @@ -156,5 +156,5 @@ class CleanupSpam extends Maintenance { } } -$maintClass = "CleanupSpam"; +$maintClass = CleanupSpam::class; require_once RUN_MAINTENANCE_IF_MAIN;