aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--inc/poche/WallabagEBooks.class.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/inc/poche/WallabagEBooks.class.php b/inc/poche/WallabagEBooks.class.php
index 66569730..9dc545df 100644
--- a/inc/poche/WallabagEBooks.class.php
+++ b/inc/poche/WallabagEBooks.class.php
@@ -299,11 +299,9 @@ class WallabagPDF extends WallabagEbooks
299 299
300 // set image scale factor 300 // set image scale factor
301 $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO); 301 $pdf->setImageScale(PDF_IMAGE_SCALE_RATIO);
302
303
304 302
305 303
306 $pdf->Output($this->bookFileName, 'FD'); 304 $pdf->Output($this->bookFileName . '.pdf', 'FD');
307 305
308 } 306 }
309} \ No newline at end of file 307} \ No newline at end of file