aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authorMichael Meer <michael@meer.name>2014-01-23 08:50:27 +0100
committerMichael Meer <michael@meer.name>2014-01-23 08:50:27 +0100
commitaec78b32840e09b4a212ca075f97f9fa8d03d90e (patch)
treebe3dbad9a5eba8e92643548600e5c58deb33f033 /include/group.php
parent6a1e73e610350bf3e19354e182803329f1234a8e (diff)
parentbc98f4ddf4cdfa655385c705d97fa006ada9c49f (diff)
downloadvolse-hubzilla-aec78b32840e09b4a212ca075f97f9fa8d03d90e.tar.gz
volse-hubzilla-aec78b32840e09b4a212ca075f97f9fa8d03d90e.tar.bz2
volse-hubzilla-aec78b32840e09b4a212ca075f97f9fa8d03d90e.zip
Merge branch 'master' of https://github.com/friendica/red
to be in sync with main repro
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),
);