Address fixme on r101606, should also call from $this
This commit is contained in:
parent
6c4360c951
commit
8b947409d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue