]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
remove unnecessary line
authorThomas Citharel <tcit@tcit.fr>
Sat, 7 Mar 2015 12:44:47 +0000 (13:44 +0100)
committerThomas Citharel <tcit@tcit.fr>
Sat, 7 Mar 2015 12:44:47 +0000 (13:44 +0100)
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()");