X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FcleanupInvalidDbKeys.php;h=54ed3aad1ff63bc91d6d0b3d86f84836818633c2;hp=569fd2bbd6d2b1ade7db4c73233071964cb488a7;hb=7babd362babcbf7f20adb8e12edb4f4bc1d4249f;hpb=c9be16a35596ff369bb5f700c20ae8dc2f7def48 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;