Skip to content
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request fossar#284 from Darkwing1/patch-3
Browse files Browse the repository at this point in the history
Add another parameter "type"
  • Loading branch information
SSilence committed Apr 21, 2013
2 parents 9133232 + d3db5e9 commit d8a37ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controllers/Rss.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d8a37ab

Please sign in to comment.