diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-10-23 20:08:20 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-10-23 20:08:20 +0200 |
commit | b04d7d26e502817ff25a087af703a2ffe47cbe7e (patch) | |
tree | 39628b14a6246b321cfaa1fea1b3710a147654ab /attachment.cgi | |
parent | de7cd385658ef67c2d6dda8811ff1ef663e04133 (diff) | |
download | bugzilla-b04d7d26e502817ff25a087af703a2ffe47cbe7e.tar.gz bugzilla-b04d7d26e502817ff25a087af703a2ffe47cbe7e.tar.xz |
Bug 803600: Operators email address is exposed to anons on attachment deletion
Diffstat (limited to 'attachment.cgi')
-rwxr-xr-x | attachment.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/attachment.cgi b/attachment.cgi index 7cacd4f1c..985430d85 100755 --- a/attachment.cgi +++ b/attachment.cgi @@ -779,7 +779,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) |