aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-10-19 20:53:51 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-10-19 20:53:51 +0200
commit14444177930ad6d517d447f5dd7bda3ec4e27c31 (patch)
treeafe84d168d797dbb6be89823ff60422fdacc29df /attachment.cgi
parentBug 803295: Bump the minimum requirement for DBI to 1.54 (diff)
downloadbugzilla-14444177930ad6d517d447f5dd7bda3ec4e27c31.tar.gz
bugzilla-14444177930ad6d517d447f5dd7bda3ec4e27c31.tar.bz2
bugzilla-14444177930ad6d517d447f5dd7bda3ec4e27c31.zip
Bug 803600: Clean up the comment generated when deleting attachments
r=justdave a=LpSolit
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-xattachment.cgi1
1 files changed, 0 insertions, 1 deletions
diff --git a/attachment.cgi b/attachment.cgi
index e696c95a7..903fe5b59 100755
--- a/attachment.cgi
+++ b/attachment.cgi
@@ -762,7 +762,6 @@ sub delete_attachment {
# The token is valid. Delete the content of the attachment.
my $msg;
$vars->{'attachment'} = $attachment;
- $vars->{'date'} = $date;
$vars->{'reason'} = clean_text($cgi->param('reason') || '');
$template->process("attachment/delete_reason.txt.tmpl", $vars, \$msg)