X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupSpam.php;h=038b28ce761cc15c4c973cdc4485504eab0bf192;hb=47444f72c33e629215719a4bdb8fe5bcb05480c5;hp=3d039fa292f1664e6f421b67ad7fda5d719c4d10;hpb=b72c4df18b00b3948f0319fa5b01f969e1b92dbd;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;