mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 06:39:18 +00:00
Merge pull request #1200 from wallabag/fix-relaunch-import
fix restart of import
This commit is contained in:
commit
7106983464
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class Routing
|
|||
$pdf->producePDF();
|
||||
} elseif (isset($_GET['import'])) {
|
||||
$import = $this->wallabag->import();
|
||||
$tplVars = array_merge($this->vars, $import);
|
||||
$this->vars = array_merge($this->vars, $import);
|
||||
} elseif (isset($_GET['empty-cache'])) {
|
||||
Tools::emptyCache();
|
||||
} elseif (isset($_GET['export'])) {
|
||||
|
|
Loading…
Reference in a new issue