X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupBlocks.php;h=cbf008415e2e199e2350548219ff6c12b3493be5;hb=977b389d6a6ed441891fba350c3a6e28d1f21315;hp=41d492d4d8d0dcc140e2fe7a2287edaed27d1dbe;hpb=fd3773685b887dc2b4fa856907a9cf5229df74ac;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupBlocks.php b/maintenance/cleanupBlocks.php index 41d492d4d8..cbf008415e 100644 --- a/maintenance/cleanupBlocks.php +++ b/maintenance/cleanupBlocks.php @@ -148,5 +148,5 @@ class CleanupBlocks extends Maintenance { } } -$maintClass = "CleanupBlocks"; +$maintClass = CleanupBlocks::class; require_once RUN_MAINTENANCE_IF_MAIN;