Index: trunk/phase3/includes/installer/Installer.php |
— | — | @@ -701,7 +701,7 @@ |
702 | 702 | |
703 | 703 | # Get a list of available locales. |
704 | 704 | $lines = $ret = false; |
705 | | - $lines = wfShellExec( '/usr/bin/locale -a', $ret, true ); |
| 705 | + $lines = wfShellExec( '/usr/bin/locale -a', $ret ); |
706 | 706 | |
707 | 707 | if ( $ret ) { |
708 | 708 | return true; |