group: fix create new group form

This commit is contained in:
Fabio Comuni 2012-03-02 15:40:17 +01:00
parent ef34847501
commit 5fc3c3ab85
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ function group_content(&$a) {
return replace_macros($tpl, $context + array( return replace_macros($tpl, $context + array(
'$title' => t('Create a group of contacts/friends.'), '$title' => t('Create a group of contacts/friends.'),
'$gname' => array('groupname',t('Group Name: '),$group['name'], ''), '$gname' => array('groupname',t('Group Name: '),$group['name'], ''),
'$gid' => 'new',
)); ));