aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
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,
);