Bug 355744: Bugs are not added to mandatory groups on bug creation - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=myk

This commit is contained in:
lpsolit%gmail.com 2006-10-06 20:36:53 +00:00
parent 4d495bc142
commit cba6ca4f6e

View File

@ -637,7 +637,7 @@ sub _check_groups {
}
foreach my $id (keys %$controls) {
next unless $controls->{$id}->{isactive};
next unless $controls->{$id}->{'group'}->is_active;
my $membercontrol = $controls->{$id}->{membercontrol} || 0;
my $othercontrol = $controls->{$id}->{othercontrol} || 0;