From: Brion Vibber Date: Sat, 25 Sep 2004 21:57:27 +0000 (+0000) Subject: Finish fixing the default language. X-Git-Tag: 1.5.0alpha1~1788 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=a0fef330264d5f6a7eed4ec26aead9fa1fe2ad65;p=lhc%2Fweb%2Fwiklou.git Finish fixing the default language. --- diff --git a/languages/Language.php b/languages/Language.php index cedbba2927..d7a2fc4054 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -2059,7 +2059,7 @@ class Language { } # This should fail gracefully if there's not a localization available -@include_once( 'Language' . str_replace( '-', '_', ucfirst( $wgContLanguageCode ) ) . '.php' ); +@include_once( 'Language' . str_replace( '-', '_', ucfirst( $wgLanguageCode ) ) . '.php' ); } ?>