From: Chad Horohoe Date: Thu, 3 Nov 2011 00:41:12 +0000 (+0000) Subject: Address fixme on r101606, should also call from $this X-Git-Tag: 1.31.0-rc.0~26747 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E//%22%22?a=commitdiff_plain;h=8b947409d98b2b607f8ca3b2357b2928ab0cd3ec;p=lhc%2Fweb%2Fwiklou.git Address fixme on r101606, should also call from $this --- diff --git a/includes/Export.php b/includes/Export.php index 4d93cdf3d4..a9f29cbc79 100644 --- a/includes/Export.php +++ b/includes/Export.php @@ -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 ); } }