X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupWatchlist.php;h=64d39dd6c88565c750533be714a7192b5b5ebd0e;hb=228d796b1d6299ccd39418e85f40437292b47dd4;hp=9728ac5ded89eb75118647e88c6b030ab9eb1ab4;hpb=adae996840b9e782f6e14b21c433a83e37c3a74e;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupWatchlist.php b/maintenance/cleanupWatchlist.php index 9728ac5ded..64d39dd6c8 100644 --- a/maintenance/cleanupWatchlist.php +++ b/maintenance/cleanupWatchlist.php @@ -95,5 +95,5 @@ class WatchlistCleanup extends TableCleanup { } } -$maintClass = "WatchlistCleanup"; +$maintClass = WatchlistCleanup::class; require_once RUN_MAINTENANCE_IF_MAIN;