X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupInvalidDbKeys.php;h=536e6dbe10bb67106cf9cc3c5f4468a6df84da60;hb=13832025a46df3e0edd658dfb756159c2c5ac722;hp=eb45cfcce8ed6d292e4727b6d55ce4dfd3f8b07f;hpb=7621b57d958d0753236221227cbfb519d7faf192;p=lhc%2Fweb%2Fwiklou.git 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" ); } }