From af6f1559c3fffca0b37338ac751a905478bbeff9 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 19 Oct 2008 02:25:10 +0000 Subject: [PATCH] (bug 16016) Fix typo in setup function getShellLocale() --- config/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' ) ) { -- 2.20.1