Commit 148bdbba authored by travis%sedsystems.ca's avatar travis%sedsystems.ca

Bug 284155 : New editusers.cgi broke group visibility

Patch by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
parent 5f042e84
......@@ -600,7 +600,7 @@ sub mirrorListSelectionValues {
# Give a list of IDs of groups the user can see.
sub visibleGroupsAsString {
return join(', ', @{$user->visible_groups_direct()});
return join(', ', -1, @{$user->visible_groups_direct()});
}
# Give a list of IDs of groups the user may bless.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment