r74919 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74918‎ | r74919 | r74920 >
Date:20:36, 17 October 2010
Author:demon
Status:ok
Tags:
Comment:
Followup r74918, rm leftover debugging
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -701,7 +701,7 @@
702702
703703 # Get a list of available locales.
704704 $lines = $ret = false;
705 - $lines = wfShellExec( '/usr/bin/locale -a', $ret, true );
 705+ $lines = wfShellExec( '/usr/bin/locale -a', $ret );
706706
707707 if ( $ret ) {
708708 return true;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r74918* Revert r69013 (Use `` instead of wfShellExec() like the old installer). Thi...demon20:34, 17 October 2010

Status & tagging log