aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-22 22:15:30 -0800
committerfriendica <info@friendica.com>2014-01-22 22:15:30 -0800
commit79c287916ff4263cf4aaaca5695cdf8ce67bb2b7 (patch)
treee743e0e521bef7d7b4839a17bd787a40b687124f /include/group.php
parent66baa3cab0537a5a2f1a4aad54526b35987da90d (diff)
parente4bce90b538d59ba108a1c054a7691f6d4bef15a (diff)
downloadvolse-hubzilla-79c287916ff4263cf4aaaca5695cdf8ce67bb2b7.tar.gz
volse-hubzilla-79c287916ff4263cf4aaaca5695cdf8ce67bb2b7.tar.bz2
volse-hubzilla-79c287916ff4263cf4aaaca5695cdf8ce67bb2b7.zip
Merge https://github.com/friendica/red into zpull
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),
);