diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-30 14:02:58 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-30 14:02:58 +0200 |
commit | 9fcb3bf2e8fab84f9144eecceaf984b2026e6d08 (patch) | |
tree | 3f2cf1dff4624af24fc5b7884c0094f2e4db1dd4 /include/group.php | |
parent | 7d088c8d565e0ac88f6640b69518a1aba323b20f (diff) | |
download | volse-hubzilla-9fcb3bf2e8fab84f9144eecceaf984b2026e6d08.tar.gz volse-hubzilla-9fcb3bf2e8fab84f9144eecceaf984b2026e6d08.tar.bz2 volse-hubzilla-9fcb3bf2e8fab84f9144eecceaf984b2026e6d08.zip |
first cut on restructuring the previously called network tabs
Diffstat (limited to 'include/group.php')
-rw-r--r-- | include/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php index 8c95f6224..03ebf7ee5 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' : '') . ((x($_GET,'order')) ? '&order=' . $_GET['order'] : ''), + 'href' => $every . (($every === 'network') ? '?f=&gid=0' : ''), ); |