aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-30 23:01:42 -0800
committerfriendica <info@friendica.com>2011-11-30 23:01:42 -0800
commit29b5d398fd4c80321fe0882bab9cc11455c75784 (patch)
treee40fd6425e08e0b723c3d0572f11d438fb550a06 /include/group.php
parentf1af2c224f4f090c670c1e71ce89d651ff1441c7 (diff)
downloadvolse-hubzilla-29b5d398fd4c80321fe0882bab9cc11455c75784.tar.gz
volse-hubzilla-29b5d398fd4c80321fe0882bab9cc11455c75784.tar.bz2
volse-hubzilla-29b5d398fd4c80321fe0882bab9cc11455c75784.zip
everybody group gets id 0
Diffstat (limited to 'include/group.php')
-rw-r--r--include/group.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/group.php b/include/group.php
index 40cc8c5ad..82cdc554f 100644
--- a/include/group.php
+++ b/include/group.php
@@ -166,6 +166,7 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0
$groups[] = array(
'text' => t('Everybody'),
+ 'id' => 0,
'selected' => (($group_id == 0) ? 'group-selected' : ''),
'href' => $every,
);