aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/build_query.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-17 06:30:09 -0700
committerfriendica <info@friendica.com>2013-08-17 06:30:09 -0700
commitb5efa1a63a621856f4f12fbd938aa3230aa0d1a9 (patch)
tree98dfb5250ceea0cb208696cfc46f480694649c35 /view/tpl/build_query.tpl
parenta8dd7280b33008d5100b6d8020640673abf5a78a (diff)
downloadvolse-hubzilla-b5efa1a63a621856f4f12fbd938aa3230aa0d1a9.tar.gz
volse-hubzilla-b5efa1a63a621856f4f12fbd938aa3230aa0d1a9.tar.bz2
volse-hubzilla-b5efa1a63a621856f4f12fbd938aa3230aa0d1a9.zip
issue #82, posted order not working - also doc update
Diffstat (limited to 'view/tpl/build_query.tpl')
-rwxr-xr-xview/tpl/build_query.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/build_query.tpl b/view/tpl/build_query.tpl
index 06da526f1..e5bf3acce 100755
--- a/view/tpl/build_query.tpl
+++ b/view/tpl/build_query.tpl
@@ -39,6 +39,7 @@
if(bParam_new != 0) bCmd = bCmd + "&new=" + bParam_new;
if(bParam_wall != 0) bCmd = bCmd + "&wall=" + bParam_wall;
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_dend != "") bCmd = bCmd + "&dend=" + bParam_dend;