Address fixme on r101606, should also call from $this
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 3 Nov 2011 00:41:12 +0000 (00:41 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 3 Nov 2011 00:41:12 +0000 (00:41 +0000)
includes/Export.php

index 4d93cdf..a9f29cb 100644 (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 );
                        }
                }