aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/WallabagEBooks.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/WallabagEBooks.class.php')
-rw-r--r--inc/poche/WallabagEBooks.class.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/inc/poche/WallabagEBooks.class.php b/inc/poche/WallabagEBooks.class.php
index d77fe0d8..66569730 100644
--- a/inc/poche/WallabagEBooks.class.php
+++ b/inc/poche/WallabagEBooks.class.php
@@ -200,6 +200,9 @@ class WallabagMobi extends WallabagEBooks
200 Tools::logm('Mobi file produced'); 200 Tools::logm('Mobi file produced');
201 } 201 }
202 else { 202 else {
203 ## ##
204 # Not working yet !!! #
205 ## ##
203 // we send file to kindle 206 // we send file to kindle
204 207
205 Tools::logm('Preparing to send file by email'); 208 Tools::logm('Preparing to send file by email');
@@ -300,7 +303,7 @@ class WallabagPDF extends WallabagEbooks
300 303
301 304
302 305
303 $pdf->Output($this->bookFileName, 'I'); 306 $pdf->Output($this->bookFileName, 'FD');
304 307
305 } 308 }
306} \ No newline at end of file 309} \ No newline at end of file