aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-22 14:52:31 -0800
committerfriendica <info@friendica.com>2014-01-22 14:52:31 -0800
commite4bce90b538d59ba108a1c054a7691f6d4bef15a (patch)
treeb8637d7977a4246b5da83ca7ddf600c182d4e903 /include/group.php
parent927098ae1946d593de3dd04bd40e3925d57299d8 (diff)
parent040d87c999c02df82dd3acad97db498d12f8580a (diff)
downloadvolse-hubzilla-e4bce90b538d59ba108a1c054a7691f6d4bef15a.tar.gz
volse-hubzilla-e4bce90b538d59ba108a1c054a7691f6d4bef15a.tar.bz2
volse-hubzilla-e4bce90b538d59ba108a1c054a7691f6d4bef15a.zip
Merge pull request #279 from git-marijus/master
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),
);