X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupInvalidDbKeys.php;h=54ed3aad1ff63bc91d6d0b3d86f84836818633c2;hb=f2d34f5877b59998d3f8dea73fd8559328ac461e;hp=569fd2bbd6d2b1ade7db4c73233071964cb488a7;hpb=716814a5d501efcc99b09fbb7e26caaf9a395d26;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/cleanupInvalidDbKeys.php b/maintenance/cleanupInvalidDbKeys.php index 569fd2bbd6..54ed3aad1f 100644 --- a/maintenance/cleanupInvalidDbKeys.php +++ b/maintenance/cleanupInvalidDbKeys.php @@ -307,5 +307,5 @@ TEXT } } -$maintClass = 'CleanupInvalidDbKeys'; +$maintClass = CleanupInvalidDbKeys::class; require_once RUN_MAINTENANCE_IF_MAIN;