]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
from epub to all kind of ebooks
authortcit <tcit@tcit.fr>
Thu, 24 Jul 2014 13:53:23 +0000 (15:53 +0200)
committertcit <tcit@tcit.fr>
Thu, 24 Jul 2014 13:53:23 +0000 (15:53 +0200)
inc/poche/WallabagEBooks.class.php [moved from inc/poche/WallabagEpub.class.php with 100% similarity]
inc/poche/global.inc.php

index e3687eb2563da2eb1f440613489da24b75aafed5..1542fbfa7963dba83881dd88ebfe594b2070e772 100755 (executable)
@@ -22,7 +22,7 @@ require_once ROOT . '/vendor/autoload.php';
 require_once INCLUDES . '/poche/Template.class.php';
 require_once INCLUDES . '/poche/Language.class.php';
 require_once INCLUDES . '/poche/Routing.class.php';
-require_once INCLUDES . '/poche/WallabagEpub.class.php';
+require_once INCLUDES . '/poche/WallabagEBooks.class.php';
 require_once INCLUDES . '/poche/Poche.class.php';
 
 require_once INCLUDES . '/poche/Database.class.php';