Fix issues after r54561 which avoided use of the 7z wrapper.
authorPlatonides <platonides@users.mediawiki.org>
Mon, 4 Oct 2010 15:04:41 +0000 (15:04 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Mon, 4 Oct 2010 15:04:41 +0000 (15:04 +0000)
commit85fc6845f39966d3508da5c05df473b2e1c7cc98
tree3a970cf7da1afe6c1866fe3fd03133df651e3730
parentadf4822d1818efdb53270470b9a563ffce8a5f95
Fix issues after r54561 which avoided use of the 7z wrapper.
popen() doesn't like two-letter modes but the approach checked for it at
too high level, used as mode the letter t, not r, which was an invalid
option for SevenZipStream, and is still an invalid argument for popen.
maintenance/7zip.inc
maintenance/importDump.php