aboutsummaryrefslogtreecommitdiffstats
path: root/include/group.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/group.php')
-rw-r--r--include/group.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php
index cc6540b31..854ac06a9 100644
--- a/include/group.php
+++ b/include/group.php
@@ -172,7 +172,10 @@ function mini_group_select($uid,$gid = 0) {
}
logger('groups: ' . print_r($grps,true));
- $o = replace_macros(get_markup_template('group_selection.tpl'), array('$groups' => $grps ));
+ $o = replace_macros(get_markup_template('group_selection.tpl'), array(
+ '$label' => t('Default privacy group for new contacts'),
+ '$groups' => $grps
+ ));
return $o;
}