forked from wallabag/wallabag
Merge pull request #1483 from alkahan/dev
Fix Content-Disposition header
This commit is contained in:
2
inc/3rdparty/libraries/PHPePub/Zip.php
vendored
2
inc/3rdparty/libraries/PHPePub/Zip.php
vendored
@ -569,7 +569,7 @@ class Zip {
|
||||
if ($inline) {
|
||||
$cd .= "inline";
|
||||
} else{
|
||||
$cd .= "attached";
|
||||
$cd .= "attachment";
|
||||
}
|
||||
if ($fileName) {
|
||||
$cd .= '; filename="' . $fileName . '"';
|
||||
|
||||
Reference in New Issue
Block a user