diff --git a/controllers/Rss.php b/controllers/Rss.php index 49f2a5096a..6e15c62cbc 100644 --- a/controllers/Rss.php +++ b/controllers/Rss.php @@ -35,6 +35,9 @@ public function rss() { $options['items'] = \F3::get('rss_max_items'); if(\F3::get('PARAMS["tag"]')!=null) $options['tag'] = \F3::get('PARAMS["tag"]'); + if(\F3::get('PARAMS["type"]')!=null) + $options['type'] = \F3::get('PARAMS["type"]'); + // get items $newestEntryDate = false;