From 8b947409d98b2b607f8ca3b2357b2928ab0cd3ec Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 3 Nov 2011 00:41:12 +0000 Subject: [PATCH] Address fixme on r101606, should also call from $this --- includes/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); } } -- 2.20.1