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:
parent
795d50523d
commit
4044156286
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user