From a7d9a853af0af9a46792b5237110f284013303ec Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Sun, 17 Oct 2010 20:36:07 +0000 Subject: [PATCH] Followup r74918, rm leftover debugging --- includes/installer/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1