aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-05-06 16:55:07 -0700
committerzotlabs <mike@macgirvin.com>2018-05-06 16:55:07 -0700
commit620082c16b51a5b96ec52b8907d594d29be4b9ca (patch)
treeef580a6026cb01629f898df58da1363b582481c0 /include
parent83c18f4d4a5f4f767e2d9073a8962c0dc9fc6fb8 (diff)
downloadvolse-hubzilla-620082c16b51a5b96ec52b8907d594d29be4b9ca.tar.gz
volse-hubzilla-620082c16b51a5b96ec52b8907d594d29be4b9ca.tar.bz2
volse-hubzilla-620082c16b51a5b96ec52b8907d594d29be4b9ca.zip
If one has system.network_page_default set to a different sort order use that order on the 'All Channels' selection of the Collections (privacy group) widget.
Diffstat (limited to 'include')
-rw-r--r--include/group.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php
index 03ebf7ee5..8c95f6224 100644
--- a/include/group.php
+++ b/include/group.php
@@ -284,7 +284,7 @@ function group_side($every="connections",$each="group",$edit = false, $group_id
'text' => t('All Channels'),
'id' => 0,
'selected' => (($group_id == 0) ? 'group-selected' : ''),
- 'href' => $every . (($every === 'network') ? '?f=&gid=0' : ''),
+ 'href' => $every . (($every === 'network') ? '?f=&gid=0' : '') . ((x($_GET,'order')) ? '&order=' . $_GET['order'] : ''),
);