Address fixme on r101606, should also call from $this

This commit is contained in:
Chad Horohoe 2011-11-03 00:41:12 +00:00
parent 6c4360c951
commit 8b947409d9

View file

@ -896,7 +896,7 @@ class Dump7ZipOutput extends DumpPipeOutput {
proc_close( $this->procOpenResource );
$this->renameOrException( $newname );
if ( $open ) {
$command = setup7zCommand( $file );
$command = $this->setup7zCommand( $file );
$this->startCommand( $command );
}
}