mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
Fix to bug #570
Forces the download of the data exported file as a poche-export file.
This commit is contained in:
parent
04fbe8f5ef
commit
b152f2b6ba
@ -1092,6 +1092,7 @@ class Poche
|
|||||||
public function export()
|
public function export()
|
||||||
{
|
{
|
||||||
$entries = $this->store->retrieveAll($this->user->getId());
|
$entries = $this->store->retrieveAll($this->user->getId());
|
||||||
|
header('Content-Disposition: attachment; filename=poche-export');
|
||||||
echo $this->tpl->render('export.twig', array(
|
echo $this->tpl->render('export.twig', array(
|
||||||
'export' => Tools::renderJson($entries),
|
'export' => Tools::renderJson($entries),
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user