diff options
author | 2002-12-03 20:35:44 +0000 | |
---|---|---|
committer | 2002-12-03 20:35:44 +0000 | |
commit | 71befb6c4cc079e6c23e2263d52c115ab3249334 (patch) | |
tree | bf2983192fc58d3451c6553d42597750fa4d29d5 /Bug.pm | |
parent | Bug 182946 - fix regressions from bug 171493 (diff) | |
download | bugzilla-71befb6c4cc079e6c23e2263d52c115ab3249334.tar.gz bugzilla-71befb6c4cc079e6c23e2263d52c115ab3249334.tar.bz2 bugzilla-71befb6c4cc079e6c23e2263d52c115ab3249334.zip |
Bug 182946 - fix additional typo noticed on irc by tm
Diffstat (limited to 'Bug.pm')
-rwxr-xr-x | Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |