aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--inc/3rdparty/libraries/PHPePub/Zip.php2
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 . '"';