]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/3rdparty/libraries/PHPePub/Zip.php
fix Content-Disposition header
[github/wallabag/wallabag.git] / inc / 3rdparty / libraries / PHPePub / Zip.php
index 01e035662856f7da7b897493cc3aabee98e3631a..92e78e70351816de34d9ef1f833a09833adecdee 100644 (file)
@@ -569,7 +569,7 @@ class Zip {
                 if ($inline) {
                     $cd .= "inline";
                                } else{
-                    $cd .= "attached";
+                    $cd .= "attachment";
                                }
                 if ($fileName) {
                     $cd .= '; filename="' . $fileName . '"';