Fix bug in group management

This commit is contained in:
David Bartley 2008-01-25 20:23:04 -05:00
parent 1cb28e9cc8
commit 909b180d13
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class InfoPage(WizardPanel):
data = {
"name" : group,
"group" : group_name,
"groups" : [group],
"groups" : [],
}
group_members(data)