Bug 182946 - fix additional typo noticed on irc by tm

This commit is contained in:
bbaetz%student.usyd.edu.au 2002-12-03 12:35:44 +00:00
parent 4383445d8f
commit edc41a0968
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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