aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Routing.class.php
diff options
context:
space:
mode:
authortcitworld <tcit@tcit.fr>2014-09-10 20:05:07 +0200
committertcitworld <tcit@tcit.fr>2014-09-10 20:05:07 +0200
commit49882dc1517e84e33cea247f2e635691d1439904 (patch)
treef94547f60027c58bd7597086c2dcc231606b2c39 /inc/poche/Routing.class.php
parent19438d30215e59c8433d869b0ff23777c7bc3ab2 (diff)
parentd5c481c2f40f1d05750a7020df1f129439627247 (diff)
downloadwallabag-49882dc1517e84e33cea247f2e635691d1439904.tar.gz
wallabag-49882dc1517e84e33cea247f2e635691d1439904.tar.zst
wallabag-49882dc1517e84e33cea247f2e635691d1439904.zip
Merge pull request #819 from wallabag/fixSQLiteDownloadDB
Fix downloading SQLite database from all users
Diffstat (limited to 'inc/poche/Routing.class.php')
-rwxr-xr-xinc/poche/Routing.class.php2
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'])) {