Bug 182946 - fix additional typo noticed on irc by tm

parent 179d6c8d
...@@ -206,7 +206,7 @@ sub initBug { ...@@ -206,7 +206,7 @@ sub initBug {
'target_type' => 'bug' }); 'target_type' => 'bug' });
} }
$self->{'flag_types'} = $flag_types; $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 # 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 # and the number of flags on those attachments. One of these counts must be
......
...@@ -206,7 +206,7 @@ sub initBug { ...@@ -206,7 +206,7 @@ sub initBug {
'target_type' => 'bug' }); 'target_type' => 'bug' });
} }
$self->{'flag_types'} = $flag_types; $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 # 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 # and the number of flags on those attachments. One of these counts must be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment