Index: trunk/phase3/includes/Export.php |
— | — | @@ -558,7 +558,7 @@ |
559 | 559 | $command = "7za a -bd -si " . wfEscapeShellArg( $file ); |
560 | 560 | // Suppress annoying useless crap from p7zip |
561 | 561 | // Unfortunately this could suppress real error messages too |
562 | | - $command .= ' ' . wfGetNull() . ' 2>&1'; |
| 562 | + $command .= ' >' . wfGetNull() . ' 2>&1'; |
563 | 563 | parent::DumpPipeOutput( $command ); |
564 | 564 | } |
565 | 565 | } |