aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-23 17:35:58 -0700
committerfriendica <info@friendica.com>2012-07-23 17:35:58 -0700
commitb0f1d03a8ad51769c347a2056ce872972380d48f (patch)
treeeb534605cf394edd37e82633921d6fdebfd3bffc /include/group.php
parentd8e79061d69b7c1dc2c2b0e50e15e21948950ba2 (diff)
downloadvolse-hubzilla-b0f1d03a8ad51769c347a2056ce872972380d48f.tar.gz
volse-hubzilla-b0f1d03a8ad51769c347a2056ce872972380d48f.tar.bz2
volse-hubzilla-b0f1d03a8ad51769c347a2056ce872972380d48f.zip
convert all network search params to get requests (no url path args)
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 1071f5c78..8aaeb513f 100644
--- a/include/group.php
+++ b/include/group.php
@@ -226,7 +226,7 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
'cid' => $cid,
'text' => $rr['name'],
'selected' => $selected,
- 'href' => $each."/".$rr['id'],
+ 'href' => (($each === 'network') ? $each.'?f=&gid='.$rr['id'] : $each."/".$rr['id']),
'edit' => $groupedit,
'ismember' => in_array($rr['id'],$member_of),
);