aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-19 16:22:08 -0700
committerfriendica <info@friendica.com>2015-03-19 16:22:08 -0700
commit2010d6a33299dec10a8f85cde0944e5c245f9554 (patch)
tree1b06bd8e8a008429710fd8fcef267476d56e8346 /include
parentb6965ad01f760c8e03d0dca36773c09a3b46eebd (diff)
downloadvolse-hubzilla-2010d6a33299dec10a8f85cde0944e5c245f9554.tar.gz
volse-hubzilla-2010d6a33299dec10a8f85cde0944e5c245f9554.tar.bz2
volse-hubzilla-2010d6a33299dec10a8f85cde0944e5c245f9554.zip
Explicitly force link for 'All Collections' on the network page to gid=0 so it can be used with a default page over-ride for gid.
Diffstat (limited to 'include')
-rw-r--r--include/group.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php
index be19f6efe..70668a355 100644
--- a/include/group.php
+++ b/include/group.php
@@ -254,7 +254,7 @@ function group_side($every="connections",$each="group",$edit = false, $group_id
'text' => t('All Channels'),
'id' => 0,
'selected' => (($group_id == 0) ? 'group-selected' : ''),
- 'href' => $every,
+ 'href' => $every . (($every === 'network') ? '?f=&gid=0' : ''),
);