r56774 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r56773‎ | r56774 | r56775 >
Date:17:16, 22 September 2009
Author:avar
Status:deferred
Tags:
Comment:
Don't include shell redirection as part of the perl program
Modified paths:
  • /trunk/extensions/Translate/utils/TranslateYaml.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/TranslateYaml.php
@@ -85,7 +85,7 @@
8686 'return $s;' .
8787 '}' .
8888 '}' .
89 - ' 2>&1';
 89+ "' 2>&1";
9090 $out = wfShellExec( $cmd, &$ret );
9191 if ( $ret != 0 ) {
9292 wfDebugDieBacktrace("The command '$cmd' died in execution with exit code '$ret': $out");

Status & tagging log