X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupAncientTables.php;h=bcf4af2186798233132ac7088af2fa8bc42b1f79;hb=40220100adf1c6f25c269f9bf737061983dd64dd;hp=add967adf38b8fbee4d0bfad09b7fcd6eb3588ec;hpb=fb7b3eebeb8de47eb42e8d6ccf204106a2d6d9e4;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;