diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-18 20:01:56 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-04-18 20:01:56 +0200 |
commit | 143f550ba6bee8c13ce80a753fe6f15a20a551f1 (patch) | |
tree | 26ff1bb46df5ad5c1dbf711fb323a7659a715345 /inc/3rdparty/libraries/PHPePub/Zip.php | |
parent | 5d49f06220d3a8f1c731a6cea7f39fd71e8c774d (diff) | |
parent | 729c89aec41c7f53411deb43389e2b775a29d073 (diff) | |
download | wallabag-143f550ba6bee8c13ce80a753fe6f15a20a551f1.tar.gz wallabag-143f550ba6bee8c13ce80a753fe6f15a20a551f1.tar.zst wallabag-143f550ba6bee8c13ce80a753fe6f15a20a551f1.zip |
Merge pull request #1814 from wallabag/dev
Wallabag 1.9.2
Diffstat (limited to 'inc/3rdparty/libraries/PHPePub/Zip.php')
-rw-r--r-- | inc/3rdparty/libraries/PHPePub/Zip.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/3rdparty/libraries/PHPePub/Zip.php b/inc/3rdparty/libraries/PHPePub/Zip.php index 01e03566..92e78e70 100644 --- a/inc/3rdparty/libraries/PHPePub/Zip.php +++ b/inc/3rdparty/libraries/PHPePub/Zip.php | |||
@@ -569,7 +569,7 @@ class Zip { | |||
569 | if ($inline) { | 569 | if ($inline) { |
570 | $cd .= "inline"; | 570 | $cd .= "inline"; |
571 | } else{ | 571 | } else{ |
572 | $cd .= "attached"; | 572 | $cd .= "attachment"; |
573 | } | 573 | } |
574 | if ($fileName) { | 574 | if ($fileName) { |
575 | $cd .= '; filename="' . $fileName . '"'; | 575 | $cd .= '; filename="' . $fileName . '"'; |