aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authormarijus <mario@localhost.localdomain>2014-01-22 17:18:40 +0100
committermarijus <mario@localhost.localdomain>2014-01-22 17:18:40 +0100
commiteb868f6df8ce31497992bab1e8c4fd39bee8fe15 (patch)
tree61d9e330eb6d0ad6541edcf2aa0567c73441052d /include/group.php
parent39142002238b416a2d823245cf046ca9eee0bf94 (diff)
downloadvolse-hubzilla-eb868f6df8ce31497992bab1e8c4fd39bee8fe15.tar.gz
volse-hubzilla-eb868f6df8ce31497992bab1e8c4fd39bee8fe15.tar.bz2
volse-hubzilla-eb868f6df8ce31497992bab1e8c4fd39bee8fe15.zip
make network tabs regard selected group (collection) and vice versa
Diffstat (limited to 'include/group.php')
-rw-r--r--include/group.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php
index cdd779df2..56a7555bc 100644
--- a/include/group.php
+++ b/include/group.php
@@ -272,7 +272,7 @@ function group_side($every="connections",$each="group",$edit = false, $group_id
'cid' => $cid,
'text' => $rr['name'],
'selected' => $selected,
- 'href' => (($mode == 0) ? $each.'?f=&gid='.$rr['id'] : $each."/".$rr['id']),
+ 'href' => (($mode == 0) ? $each.'?f=&gid='.$rr['id'] : $each."/".$rr['id']) . ((x($_GET,'new')) ? '&new=' . $_GET['new'] : '') . ((x($_GET,'order')) ? '&order=' . $_GET['order'] : ''),
'edit' => $groupedit,
'ismember' => in_array($rr['id'],$member_of),
);