]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #1489 from juanjobe/dev
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Thu, 15 Oct 2015 13:47:37 +0000 (15:47 +0200)
committerJeremy Benoist <j0k3r@users.noreply.github.com>
Thu, 15 Oct 2015 13:47:37 +0000 (15:47 +0200)
Correction to naiz.eus

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 . '"';