summaryrefslogtreecommitdiffstats
path: root/attachment.cgi
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2015-07-21 11:00:20 +0200
committerByron Jones <glob@mozilla.com>2015-07-21 11:00:20 +0200
commitc53d646eec8907a4e9cb027c34bb93801f3c9fdc (patch)
tree4470c035fc133dcfc678c9008b963a75166d68fe /attachment.cgi
parent19cfefee5bd177bff80095db9d4006293e70301c (diff)
downloadbugzilla-c53d646eec8907a4e9cb027c34bb93801f3c9fdc.tar.gz
bugzilla-c53d646eec8907a4e9cb027c34bb93801f3c9fdc.tar.xz
Bug 1180572 - create attachment_storage parameter
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.