From: Chad Horohoe Date: Sun, 19 Oct 2008 02:25:10 +0000 (+0000) Subject: (bug 16016) Fix typo in setup function getShellLocale() X-Git-Tag: 1.31.0-rc.0~44695 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=af6f1559c3fffca0b37338ac751a905478bbeff9;p=lhc%2Fweb%2Fwiklou.git (bug 16016) Fix typo in setup function getShellLocale() --- diff --git a/config/index.php b/config/index.php index cc0d7b7fc9..5ec86f15c0 100644 --- a/config/index.php +++ b/config/index.php @@ -1947,7 +1947,7 @@ function printListItem( $item ) { } # Determine a suitable value for $wgShellLocale -function getShellLocale( $wikiLanguage ) { +function getShellLocale( $wikiLang ) { # Give up now if we're in safe mode or open_basedir # It's theoretically possible but tricky to work with if ( wfIniGetBool( "safe_mode" ) || ini_get( 'open_basedir' ) ) {