From 7b8240ae5fe30e0aaa3c7f9402ed786b9857e290 Mon Sep 17 00:00:00 2001 From: Robin Pepermans Date: Sun, 18 Dec 2011 19:20:41 +0000 Subject: [PATCH] Follow-up r103640 --- maintenance/language/StatOutputs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/language/StatOutputs.php b/maintenance/language/StatOutputs.php index d7c621e6a6..befd0d7264 100644 --- a/maintenance/language/StatOutputs.php +++ b/maintenance/language/StatOutputs.php @@ -54,7 +54,7 @@ class wikiStatsOutput extends statsOutput { echo 'English (en) is excluded because it is the default localization'; if( is_array( $wgDummyLanguageCodes ) ) { $dummyCodes = array(); - foreach( $wgDummyLanguageCodes as $dummyCode ) { + foreach( $wgDummyLanguageCodes as $dummyCode => $correctCode ) { $dummyCodes[] = $wgContLang->getLanguageName( $dummyCode ) . ' (' . $dummyCode . ')'; } echo ', as well as the following languages that are not intended for system message translations, usually because they redirect to other language codes: ' . implode( ', ', $dummyCodes ); -- 2.20.1