X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupAncientTables.php;h=bcf4af2186798233132ac7088af2fa8bc42b1f79;hb=6c169ee1fd84dcf82596edc8c696eff40f2b9aed;hp=add967adf38b8fbee4d0bfad09b7fcd6eb3588ec;hpb=a5be382adfdad4678eec18413c6a118cb3284daf;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupAncientTables.php b/maintenance/cleanupAncientTables.php index add967adf3..bcf4af2186 100644 --- a/maintenance/cleanupAncientTables.php +++ b/maintenance/cleanupAncientTables.php @@ -110,5 +110,5 @@ class CleanupAncientTables extends Maintenance { } } -$maintClass = "CleanupAncientTables"; +$maintClass = CleanupAncientTables::class; require_once RUN_MAINTENANCE_IF_MAIN;