]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 355744: Bugs are not added to mandatory groups on bug creation - Patch by Frédéri...
authorlpsolit%gmail.com <>
Sat, 7 Oct 2006 03:36:53 +0000 (03:36 +0000)
committerlpsolit%gmail.com <>
Sat, 7 Oct 2006 03:36:53 +0000 (03:36 +0000)
Bugzilla/Bug.pm

index d62d69095932261a1b0e2f2a3202ef9c08d564b7..825ec414926bd84209dd8aaa4e1713abbd46e9e3 100755 (executable)
@@ -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;