Export form is not displayed if there is nothing to export

This commit is contained in:
Marien Fressinaud
2014-03-28 18:44:52 +01:00
parent 9d87f2f0aa
commit 05cc97a8f4
2 changed files with 3 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ class FreshRSS_importExport_Controller extends Minz_ActionController {
);
$this->view->feed = $feed;
}
return $this->view->helperToString('export/articles');
}
}