]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Routing.class.php
fixed bug for epub export #755 ; also better metadata title
[github/wallabag/wallabag.git] / inc / poche / Routing.class.php
index eb4c4d90073913bba0c334ce4592e5fa6b38f569..2db57d1275e2b3d20f094cc659951315bc300161 100644 (file)
@@ -111,7 +111,7 @@ class Routing
         } elseif (isset($_GET['deluser'])) {
             $this->wallabag->deleteUser($_POST['password4deletinguser']);
         } elseif (isset($_GET['epub'])) {
-            $epub = new WallabagEpub($this->wallabag, $_GET['method'], $_GET['id'], $_GET['value']);
+            $epub = new WallabagEpub($this->wallabag, $_GET['method'], $_GET['value']);
             $epub->run();
         } elseif (isset($_GET['import'])) {
             $import = $this->wallabag->import();