diff options
| author | 2014-03-28 18:44:52 +0100 | |
|---|---|---|
| committer | 2014-03-28 18:44:52 +0100 | |
| commit | 05cc97a8f43d779fbea52f5ef47fe6a71c3ab692 (patch) | |
| tree | b14aa8850e53e946b782df32049ad78e011d0561 /app/Controllers/importExportController.php | |
| parent | 9d87f2f0aa8306c3e07a79d1a100b4d41ea8bc72 (diff) | |
Export form is not displayed if there is nothing to export
Diffstat (limited to 'app/Controllers/importExportController.php')
| -rw-r--r-- | app/Controllers/importExportController.php | 1 |
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'); } } |
