diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-12-01 00:35:01 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-12-01 00:35:01 +0100 |
commit | b96f09bb3aeee403038755ab5f6e6b53654cb145 (patch) | |
tree | ca72f5712b7467e7f968f87172cec82164435894 /mod/feed.php | |
parent | 519862115c143cf3f645a172f39e5a0b4dc9d5bb (diff) | |
parent | 4b191fb55860c5f366c17ecaacc59ccbdd936885 (diff) | |
download | volse-hubzilla-b96f09bb3aeee403038755ab5f6e6b53654cb145.tar.gz volse-hubzilla-b96f09bb3aeee403038755ab5f6e6b53654cb145.tar.bz2 volse-hubzilla-b96f09bb3aeee403038755ab5f6e6b53654cb145.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/feed.php')
-rw-r--r-- | mod/feed.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/feed.php b/mod/feed.php index 3b622fc17..eb72af9cf 100644 --- a/mod/feed.php +++ b/mod/feed.php @@ -15,6 +15,7 @@ function feed_init(&$a) { $params['start'] = ((x($params,'start')) ? intval($params['start']) : 0); $params['records'] = ((x($params,'records')) ? intval($params['records']) : 40); $params['direction'] = ((x($params,'direction')) ? dbesc($params['direction']) : 'desc'); + $params['cat'] = ((x($_REQUEST,'cat')) ? escape_tags($_REQUEST['cat']) : ''); $channel = ''; if(argc() > 1) { |