diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-02 15:40:17 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-03-02 15:40:17 +0100 |
commit | 5fc3c3ab854d1e2100fc5fdeb82298c60e320c92 (patch) | |
tree | 53323c62cc4cd1d3934e7f9ec8f9d2850b1e3469 /mod/group.php | |
parent | ef3484750137707287c6482e1def07cb7aec54a7 (diff) | |
download | volse-hubzilla-5fc3c3ab854d1e2100fc5fdeb82298c60e320c92.tar.gz volse-hubzilla-5fc3c3ab854d1e2100fc5fdeb82298c60e320c92.tar.bz2 volse-hubzilla-5fc3c3ab854d1e2100fc5fdeb82298c60e320c92.zip |
group: fix create new group form
Diffstat (limited to 'mod/group.php')
-rwxr-xr-x | mod/group.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/group.php b/mod/group.php index f6f8e4173..13401ef0d 100755 --- a/mod/group.php +++ b/mod/group.php @@ -84,6 +84,7 @@ function group_content(&$a) { return replace_macros($tpl, $context + array( '$title' => t('Create a group of contacts/friends.'), '$gname' => array('groupname',t('Group Name: '),$group['name'], ''), + '$gid' => 'new', )); |