aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-11-29 18:07:59 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-11-29 18:07:59 -0800
commit29877963be2f13607976df84e1c88a161714a4a6 (patch)
tree40d8014541f2bc74a8b546d25c51549bb6f790dc /mod
parent302c5afdeed2dbb7502a1dd79e269a3082d5eb18 (diff)
downloadvolse-hubzilla-29877963be2f13607976df84e1c88a161714a4a6.tar.gz
volse-hubzilla-29877963be2f13607976df84e1c88a161714a4a6.tar.bz2
volse-hubzilla-29877963be2f13607976df84e1c88a161714a4a6.zip
issue #189
Diffstat (limited to 'mod')
-rw-r--r--mod/feed.php1
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) {