mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-01 17:38:38 +00:00
Merge pull request #1483 from alkahan/dev
Fix Content-Disposition header
This commit is contained in:
commit
4e7c5db84a
1 changed files with 1 additions and 1 deletions
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 . '"';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue