diff options
Diffstat (limited to 'inc/poche/Routing.class.php')
-rwxr-xr-x | 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 138da48d..33a81435 100755 --- a/inc/poche/Routing.class.php +++ b/inc/poche/Routing.class.php | |||
@@ -141,7 +141,7 @@ class Routing | |||
141 | $pdf->producePDF(); | 141 | $pdf->producePDF(); |
142 | } elseif (isset($_GET['import'])) { | 142 | } elseif (isset($_GET['import'])) { |
143 | $import = $this->wallabag->import(); | 143 | $import = $this->wallabag->import(); |
144 | $tplVars = array_merge($this->vars, $import); | 144 | $this->vars = array_merge($this->vars, $import); |
145 | } elseif (isset($_GET['empty-cache'])) { | 145 | } elseif (isset($_GET['empty-cache'])) { |
146 | Tools::emptyCache(); | 146 | Tools::emptyCache(); |
147 | } elseif (isset($_GET['export'])) { | 147 | } elseif (isset($_GET['export'])) { |