aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-07 02:04:56 -0700
committerfriendica <info@friendica.com>2013-09-07 02:04:56 -0700
commit320a8a5e27f38ac62417a1325db14140d8c5b8b3 (patch)
treee2fc876ddd52c8cd45780c82c7d670e8b041e37a /view
parent9ba6fd7d2872f5c64a9a71922f5791ed2f237ccb (diff)
parent04a4e4962d03d9ca4cc8503bb05ee94b0acc1a5f (diff)
downloadvolse-hubzilla-320a8a5e27f38ac62417a1325db14140d8c5b8b3.tar.gz
volse-hubzilla-320a8a5e27f38ac62417a1325db14140d8c5b8b3.tar.bz2
volse-hubzilla-320a8a5e27f38ac62417a1325db14140d8c5b8b3.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view')
-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;