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