summaryrefslogtreecommitdiffstats
path: root/attachment.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-xattachment.cgi5
1 files changed, 1 insertions, 4 deletions
diff --git a/attachment.cgi b/attachment.cgi
index f1a8042a3..02dc7efcb 100755
--- a/attachment.cgi
+++ b/attachment.cgi
@@ -833,10 +833,7 @@ sub delete_attachment {
# Paste the reason provided by the admin into a comment.
$bug->add_comment($msg);
- # If the attachment is stored locally, remove it.
- if (-e $attachment->_get_local_filename) {
- unlink $attachment->_get_local_filename;
- }
+ # Remove attachment.
$attachment->remove_from_db();
# Now delete the token.