Bug 182946 - fix additional typo noticed on irc by tm

git-svn-id: svn://10.0.0.236/trunk@134678 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bbaetz%student.usyd.edu.au 2002-12-03 12:35:44 +00:00
parent 1ee4c74dd0
commit 04bd28684d
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