X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2FcleanupInvalidDbKeys.php;h=536e6dbe10bb67106cf9cc3c5f4468a6df84da60;hp=eb45cfcce8ed6d292e4727b6d55ce4dfd3f8b07f;hb=6cfb2e3d7a2b96d5041312fcec88248bb46573d7;hpb=f5e45bb6d75d6df49fc2285877487ad74d095bf1 diff --git a/maintenance/cleanupInvalidDbKeys.php b/maintenance/cleanupInvalidDbKeys.php index eb45cfcce8..536e6dbe10 100644 --- a/maintenance/cleanupInvalidDbKeys.php +++ b/maintenance/cleanupInvalidDbKeys.php @@ -87,7 +87,8 @@ TEXT $this->outputStatus( 'Done!' ); if ( $this->hasOption( 'fix' ) ) { - $this->outputStatus( ' Cleaned up invalid DB keys on ' . wfWikiID() . "!\n" ); + $dbDomain = WikiMap::getCurrentWikiDbDomain()->getId(); + $this->outputStatus( " Cleaned up invalid DB keys on $dbDomain!\n" ); } }