From: Chad Horohoe Date: Sun, 17 Oct 2010 20:36:07 +0000 (+0000) Subject: Followup r74918, rm leftover debugging X-Git-Tag: 1.31.0-rc.0~34458 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=a7d9a853af0af9a46792b5237110f284013303ec;p=lhc%2Fweb%2Fwiklou.git Followup r74918, rm leftover debugging --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index 2138505067..da408cf668 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -701,7 +701,7 @@ abstract class Installer { # Get a list of available locales. $lines = $ret = false; - $lines = wfShellExec( '/usr/bin/locale -a', $ret, true ); + $lines = wfShellExec( '/usr/bin/locale -a', $ret ); if ( $ret ) { return true;