summaryrefslogtreecommitdiff
path: root/app/Controllers/importExportController.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controllers/importExportController.php')
-rw-r--r--app/Controllers/importExportController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/importExportController.php b/app/Controllers/importExportController.php
index 040cf3f7b..51f0708fd 100644
--- a/app/Controllers/importExportController.php
+++ b/app/Controllers/importExportController.php
@@ -131,6 +131,7 @@ class FreshRSS_importExport_Controller extends Minz_ActionController {
);
$this->view->feed = $feed;
}
+
return $this->view->helperToString('export/articles');
}
}