From: tcit Date: Wed, 22 Oct 2014 13:10:38 +0000 (+0200) Subject: fix #882 X-Git-Tag: 1.8.1^2~25^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=606bea72e1bce1b93f29c02e89b5e82e15b2f1f9;p=github%2Fwallabag%2Fwallabag.git fix #882 --- diff --git a/inc/poche/Routing.class.php b/inc/poche/Routing.class.php index 0b373058..6ae93d21 100755 --- a/inc/poche/Routing.class.php +++ b/inc/poche/Routing.class.php @@ -119,7 +119,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();