X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FcleanupInvalidDbKeys.php;h=536e6dbe10bb67106cf9cc3c5f4468a6df84da60;hb=7e49f068f0dfdae09ad87438a9a85a7350e45153;hp=eb45cfcce8ed6d292e4727b6d55ce4dfd3f8b07f;hpb=3ebb1691397b59266e7c0d69ca44cda6733aea46;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" ); } }