From 40441562861395f9efcc292428cefb2fa8241838 Mon Sep 17 00:00:00 2001 From: David M Date: Fri, 16 Feb 2007 04:31:42 +0000 Subject: [PATCH] - small mistake :-( git-svn-id: file:///svn/phpbb/trunk@6993 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_database.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php index 1424bdb84d..e3da57fdfb 100644 --- a/phpBB/includes/acp/acp_database.php +++ b/phpBB/includes/acp/acp_database.php @@ -578,7 +578,7 @@ class base_extractor } // bzip2 must be written all the way at the end - if ($this->format === 'bzip2') + if ($this->download && $this->format === 'bzip2') { $c = ob_get_clean(); echo bzcompress($c);