fixed bug for epub export #755 ; also better metadata title

This commit is contained in:
tcit
2014-07-20 00:45:45 +02:00
parent 6a4bbf0fe5
commit 2b58426b2d
2 changed files with 4 additions and 6 deletions

View 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();