Index: trunk/extensions/Translate/utils/TranslateYaml.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | 'close($fh);' . |
53 | 53 | "' 2>&1"; |
54 | 54 | |
55 | | - $out = wfShellExec( $cmd, &$ret ); |
| 55 | + $out = wfShellExec( $cmd, $ret ); |
56 | 56 | |
57 | 57 | if ( $ret != 0 ) { |
58 | 58 | wfDebugDieBacktrace( "The command '$cmd' died in execution with exit code '$ret': $out" ); |
— | — | @@ -95,7 +95,7 @@ |
96 | 96 | '}' . |
97 | 97 | '}' . |
98 | 98 | "' 2>&1"; |
99 | | - $out = wfShellExec( $cmd, &$ret ); |
| 99 | + $out = wfShellExec( $cmd, $ret ); |
100 | 100 | if ( $ret != 0 ) { |
101 | 101 | wfDebugDieBacktrace( "The command '$cmd' died in execution with exit code '$ret': $out" ); |
102 | 102 | } |