aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_database.php
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2007-02-16 04:31:42 +0000
committerDavid M <davidmj@users.sourceforge.net>2007-02-16 04:31:42 +0000
commit40441562861395f9efcc292428cefb2fa8241838 (patch)
treec608423bdd4582424a5ba3445ae17a02261d5958 /phpBB/includes/acp/acp_database.php
parent795d50523dac70128a308f4fa602ec55b716054a (diff)
downloadforums-40441562861395f9efcc292428cefb2fa8241838.tar
forums-40441562861395f9efcc292428cefb2fa8241838.tar.gz
forums-40441562861395f9efcc292428cefb2fa8241838.tar.bz2
forums-40441562861395f9efcc292428cefb2fa8241838.tar.xz
forums-40441562861395f9efcc292428cefb2fa8241838.zip
- small mistake :-(
git-svn-id: file:///svn/phpbb/trunk@6993 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_database.php')
-rw-r--r--phpBB/includes/acp/acp_database.php2
1 files changed, 1 insertions, 1 deletions
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);