Followup r74918, rm leftover debugging
authorChad Horohoe <demon@users.mediawiki.org>
Sun, 17 Oct 2010 20:36:07 +0000 (20:36 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Sun, 17 Oct 2010 20:36:07 +0000 (20:36 +0000)
includes/installer/Installer.php

index 2138505..da408cf 100644 (file)
@@ -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;