diff options
author | tcit <tcit@tcit.fr> | 2014-07-20 00:45:45 +0200 |
---|---|---|
committer | tcit <tcit@tcit.fr> | 2014-07-20 00:45:45 +0200 |
commit | 2b58426b2d4a7f1585d5d7667c0a4fbea4cd29dd (patch) | |
tree | 0e1cfa41a296a2d366cb44b644fd7d0734517dc8 /inc/poche/Routing.class.php | |
parent | 6a4bbf0fe5afe1f0783c685fda1478f9c33a90b2 (diff) | |
download | wallabag-2b58426b2d4a7f1585d5d7667c0a4fbea4cd29dd.tar.gz wallabag-2b58426b2d4a7f1585d5d7667c0a4fbea4cd29dd.tar.zst wallabag-2b58426b2d4a7f1585d5d7667c0a4fbea4cd29dd.zip |
fixed bug for epub export #755 ; also better metadata title
Diffstat (limited to 'inc/poche/Routing.class.php')
-rw-r--r-- | 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 eb4c4d90..2db57d12 100644 --- a/inc/poche/Routing.class.php +++ b/inc/poche/Routing.class.php | |||
@@ -111,7 +111,7 @@ class Routing | |||
111 | } elseif (isset($_GET['deluser'])) { | 111 | } elseif (isset($_GET['deluser'])) { |
112 | $this->wallabag->deleteUser($_POST['password4deletinguser']); | 112 | $this->wallabag->deleteUser($_POST['password4deletinguser']); |
113 | } elseif (isset($_GET['epub'])) { | 113 | } elseif (isset($_GET['epub'])) { |
114 | $epub = new WallabagEpub($this->wallabag, $_GET['method'], $_GET['id'], $_GET['value']); | 114 | $epub = new WallabagEpub($this->wallabag, $_GET['method'], $_GET['value']); |
115 | $epub->run(); | 115 | $epub->run(); |
116 | } elseif (isset($_GET['import'])) { | 116 | } elseif (isset($_GET['import'])) { |
117 | $import = $this->wallabag->import(); | 117 | $import = $this->wallabag->import(); |