diff --git a/inc/poche/WallabagEpub.class.php b/inc/poche/WallabagEBooks.class.php similarity index 100% rename from inc/poche/WallabagEpub.class.php rename to inc/poche/WallabagEBooks.class.php diff --git a/inc/poche/global.inc.php b/inc/poche/global.inc.php index e3687eb..1542fbf 100755 --- a/inc/poche/global.inc.php +++ b/inc/poche/global.inc.php @@ -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';