]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
fix #882 883/head
authortcit <tcit@tcit.fr>
Wed, 22 Oct 2014 13:10:38 +0000 (15:10 +0200)
committertcit <tcit@tcit.fr>
Wed, 22 Oct 2014 13:10:38 +0000 (15:10 +0200)
inc/poche/Routing.class.php

index 0b373058029777acc582736faffddaeaa46e6cf8..6ae93d21d7622d552709d98ccd5ce743bcfc7a71 100755 (executable)
@@ -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();