aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-07 00:48:18 -0700
committerfriendica <info@friendica.com>2013-09-07 00:48:18 -0700
commit04a4e4962d03d9ca4cc8503bb05ee94b0acc1a5f (patch)
treeddf22628ab69b094febe81d23734ebadf3a6ce62 /view/tpl
parentd194ee091af0ee15c7f63def7e8c07ee29e38f39 (diff)
parentba980e2c1f3d673ab07e6c3ac1c3657294f95708 (diff)
downloadvolse-hubzilla-04a4e4962d03d9ca4cc8503bb05ee94b0acc1a5f.tar.gz
volse-hubzilla-04a4e4962d03d9ca4cc8503bb05ee94b0acc1a5f.tar.bz2
volse-hubzilla-04a4e4962d03d9ca4cc8503bb05ee94b0acc1a5f.zip
Merge pull request #116 from unary/categorysearch
Thanks Michael! issue #115 - filter by category fix
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/build_query.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl
index e5bf3acce..53a8c0f6b 100755
--- a/view/tpl/build_query.tpl
+++ b/view/tpl/build_query.tpl
@@ -41,7 +41,7 @@
if(bParam_search != "") bCmd = bCmd + "&search=" + bParam_search;
if(bParam_order != "") bCmd = bCmd + "&order=" + bParam_order;
if(bParam_file != "") bCmd = bCmd + "&file=" + bParam_file;
- if(bParam_cats != "") bCmd = bCmd + "&cats=" + bParam_cats;
+ if(bParam_cats != "") bCmd = bCmd + "&cat=" + bParam_cats;
if(bParam_dend != "") bCmd = bCmd + "&dend=" + bParam_dend;
if(bParam_dbegin != "") bCmd = bCmd + "&dbegin=" + bParam_dbegin;
if(bParam_mid != "") bCmd = bCmd + "&mid=" + bParam_mid;