diff options
Diffstat (limited to 'Bugzilla/Bug.pm')
-rwxr-xr-x | Bugzilla/Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 29f2e9b73..7d7a1debc 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -206,7 +206,7 @@ sub initBug { 'target_type' => 'bug' }); } $self->{'flag_types'} = $flag_types; - $self->{'any_flags_requesteeable'} = grep($_->{'is_requesteeble'}, @$flag_types); + $self->{'any_flags_requesteeble'} = grep($_->{'is_requesteeble'}, @$flag_types); # The number of types of flags that can be set on attachments to this bug # and the number of flags on those attachments. One of these counts must be |