(bug 16016) Fix typo in setup function getShellLocale()
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 19 Oct 2008 02:25:10 +0000 (02:25 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 19 Oct 2008 02:25:10 +0000 (02:25 +0000)
config/index.php

index cc0d7b7..5ec86f1 100644 (file)
@@ -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' ) ) {