From ffa70a47a8eb345986d22b93c13ccdb3cf84e4f3 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 7 Oct 2006 03:36:53 +0000 Subject: [PATCH] =?utf8?q?Bug=20355744:=20Bugs=20are=20not=20added=20to=20?= =?utf8?q?mandatory=20groups=20on=20bug=20creation=20-=20Patch=20by=20Fr?= =?utf8?q?=C3=A9d=C3=A9ric=20Buclin=20=20r/a=3Dmyk?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Bugzilla/Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index d62d690959..825ec41492 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -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; -- 2.47.2