Merge pull request #1200 from wallabag/fix-relaunch-import

fix restart of import
This commit is contained in:
Thomas Citharel 2015-05-22 18:51:27 +02:00
commit 7106983464

View file

@ -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'])) {