X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupWatchlist.php;h=64d39dd6c88565c750533be714a7192b5b5ebd0e;hb=107ee818cfd738db3bf1be86a52773e3e7760c0f;hp=9728ac5ded89eb75118647e88c6b030ab9eb1ab4;hpb=c340c41b37b5079ba90489f6b212bb8e4642031a;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;