mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue