diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-01-22 08:01:40 +0000 |
---|---|---|
committer | Robin Millette <millette@plantard.controlezvous.ca> | 2009-01-22 08:01:40 +0000 |
commit | e272adb321fb72043ac7f9a16848ef9386e56571 (patch) | |
tree | b6d5c3196597af65d2a86b80389d0510d7514658 /lib/groupeditform.php | |
parent | c20d0612bf51cff523f55b12095e7213be94355e (diff) |
fixed a few bugs and logic problems in groups
Diffstat (limited to 'lib/groupeditform.php')
-rw-r--r-- | lib/groupeditform.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/groupeditform.php b/lib/groupeditform.php index fe53918d1..ca674f3c8 100644 --- a/lib/groupeditform.php +++ b/lib/groupeditform.php @@ -133,6 +133,7 @@ class GroupEditForm extends Form { $this->out->elementStart('ul', 'form_data'); $this->out->elementStart('li'); + $this->out->hidden('groupid', $this->group->id); $this->out->input('nickname', _('Nickname'), ($this->out->arg('nickname')) ? $this->out->arg('nickname') : $this->group->nickname, _('1-64 lowercase letters or numbers, no punctuation or spaces')); |