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 @@
86
86
'return $s;' .
87
87
'}' .
88
88
'}' .
89
- ' 2>&1';
89
+ "' 2>&1";
90
90
$out = wfShellExec( $cmd, &$ret );
91
91
if ( $ret != 0 ) {
92
92
wfDebugDieBacktrace("The command '$cmd' died in execution with exit code '$ret': $out");
Status & tagging log
22:18, 14 November 2009
Bryan
(
talk
|
contribs
)
changed the
status
of r56774
[
removed:
new
added:
deferred]