aboutsummaryrefslogtreecommitdiffstats
path: root/mod/group.php
diff options
context:
space:
mode:
authorFabio Comuni <fabrix.xm@gmail.com>2012-03-02 15:40:17 +0100
committerFabio Comuni <fabrix.xm@gmail.com>2012-03-02 15:40:17 +0100
commit5fc3c3ab854d1e2100fc5fdeb82298c60e320c92 (patch)
tree53323c62cc4cd1d3934e7f9ec8f9d2850b1e3469 /mod/group.php
parentef3484750137707287c6482e1def07cb7aec54a7 (diff)
downloadvolse-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-xmod/group.php1
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',
));