diff options
author | Thomas Citharel <tcit@tcit.fr> | 2014-08-26 12:43:56 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2014-08-26 12:43:56 +0200 |
commit | 8763e4efde17f133d0bda504640acada108e7870 (patch) | |
tree | 60a58a84b0d8c245b9ae8a4294239d4d5f537671 /inc/poche/Routing.class.php | |
parent | 4362417495b116b6bd4c3011187968f68f09430f (diff) | |
download | wallabag-8763e4efde17f133d0bda504640acada108e7870.tar.gz wallabag-8763e4efde17f133d0bda504640acada108e7870.tar.zst wallabag-8763e4efde17f133d0bda504640acada108e7870.zip |
Fix downloading SQLite database from all users
Diffstat (limited to 'inc/poche/Routing.class.php')
-rwxr-xr-x | inc/poche/Routing.class.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/inc/poche/Routing.class.php b/inc/poche/Routing.class.php index 004bd45a..0b373058 100755 --- a/inc/poche/Routing.class.php +++ b/inc/poche/Routing.class.php | |||
@@ -124,8 +124,6 @@ class Routing | |||
124 | } elseif (isset($_GET['import'])) { | 124 | } elseif (isset($_GET['import'])) { |
125 | $import = $this->wallabag->import(); | 125 | $import = $this->wallabag->import(); |
126 | $tplVars = array_merge($this->vars, $import); | 126 | $tplVars = array_merge($this->vars, $import); |
127 | } elseif (isset($_GET['download'])) { | ||
128 | Tools::downloadDb(); | ||
129 | } elseif (isset($_GET['empty-cache'])) { | 127 | } elseif (isset($_GET['empty-cache'])) { |
130 | Tools::emptyCache(); | 128 | Tools::emptyCache(); |
131 | } elseif (isset($_GET['export'])) { | 129 | } elseif (isset($_GET['export'])) { |