1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-04 14:47:52 +02:00

- small mistake :-(

git-svn-id: file:///svn/phpbb/trunk@6993 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2007-02-16 04:31:42 +00:00
parent 795d50523d
commit 4044156286

View File

@ -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);