Merge pull request #883 from wallabag/hotfixepub

fix #882
This commit is contained in:
Nicolas Lœuillet 2014-10-22 15:12:49 +02:00
commit 4a50075784
1 changed files with 1 additions and 1 deletions

View File

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