mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 06:38:36 +00:00
Bug 182946 - fix additional typo noticed on irc by tm
This commit is contained in:
parent
4383445d8f
commit
edc41a0968
@ -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