diff options
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/attachment.cgi b/attachment.cgi index 16c964e47..e696c95a7 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -606,8 +606,6 @@ sub edit { my $bugattachments = Bugzilla::Attachment->get_attachments_by_bug($attachment->bug); - # We only want attachment IDs. - @$bugattachments = map { $_->id } @$bugattachments; my $any_flags_requesteeble = grep { $_->is_requestable && $_->is_requesteeble } @{$attachment->flag_types}; |