diff options
author | tcit <tcit@tcit.fr> | 2014-10-22 15:10:38 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-10-22 15:10:38 +0200 |
commit | 606bea72e1bce1b93f29c02e89b5e82e15b2f1f9 (patch) | |
tree | 4692887a24b3a78a0e03a13395b1db271219fc87 | |
parent | 4eb603430dfa09b4486a2fb49a852e5eb8944413 (diff) | |
download | wallabag-606bea72e1bce1b93f29c02e89b5e82e15b2f1f9.tar.gz wallabag-606bea72e1bce1b93f29c02e89b5e82e15b2f1f9.tar.zst wallabag-606bea72e1bce1b93f29c02e89b5e82e15b2f1f9.zip |
fix #882
-rwxr-xr-x | inc/poche/Routing.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
119 | } elseif (isset($_GET['deluser'])) { | 119 | } elseif (isset($_GET['deluser'])) { |
120 | $this->wallabag->deleteUser($_POST['password4deletinguser']); | 120 | $this->wallabag->deleteUser($_POST['password4deletinguser']); |
121 | } elseif (isset($_GET['epub'])) { | 121 | } elseif (isset($_GET['epub'])) { |
122 | $epub = new WallabagEpub($this->wallabag, $_GET['method'], $_GET['id'], $_GET['value']); | 122 | $epub = new WallabagEpub($this->wallabag, $_GET['method'], $_GET['value']); |
123 | $epub->run(); | 123 | $epub->run(); |
124 | } elseif (isset($_GET['import'])) { | 124 | } elseif (isset($_GET['import'])) { |
125 | $import = $this->wallabag->import(); | 125 | $import = $this->wallabag->import(); |