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:
parent
1ee4c74dd0
commit
04bd28684d
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user