]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/WallabagEBooks.class.php
remove unnecessary line
[github/wallabag/wallabag.git] / inc / poche / WallabagEBooks.class.php
index 54c2b1bcf2d35b53f07fa7003e815fcbba8757ed..42913ff877600866fba8ad2a5c821df6ed3e7443 100644 (file)
@@ -96,7 +96,6 @@ class WallabagEpub extends WallabagEBooks
         $bookEnd = "</body>\n</html>\n";
 
         $log = new Logger("wallabag", TRUE);
-        $fileDir = CACHE;
 
         $book = new EPub(EPub::BOOK_VERSION_EPUB3, DEBUG_POCHE);
         $log->logLine("new EPub()");