From: Niklas Laxström Date: Sun, 8 Oct 2006 14:05:04 +0000 (+0000) Subject: * Whoops X-Git-Tag: 1.31.0-rc.0~55583 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=f6fc0266d8585aacd237bba42fda0aad72a625b2;p=lhc%2Fweb%2Fwiklou.git * Whoops --- diff --git a/includes/SpecialPreferences.php b/includes/SpecialPreferences.php index 7cd38e504d..aa1e8734ab 100644 --- a/includes/SpecialPreferences.php +++ b/includes/SpecialPreferences.php @@ -611,7 +611,7 @@ class PreferencesForm { * Make sure the site language is in the list; a custom language code * might not have a defined name... */ - $languages = $wgLang->getLanguageNames( false ); + $languages = $wgLang->getLanguageNames( true ); if( !array_key_exists( $wgContLanguageCode, $languages ) ) { $languages[$wgContLanguageCode] = $wgContLanguageCode; }