summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 74d26af2b..2c8062605 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -200,7 +200,7 @@ if (defined($cgi->upload('data')) || $cgi->param('attach_text')) {
creation_ts => $timestamp,
data => scalar $cgi->param('attach_text') || $cgi->upload('data'),
description => scalar $cgi->param('description'),
- filename => $cgi->param('attach_text') ? 'attachment.txt' : scalar $cgi->upload('data'),
+ filename => $cgi->param('attach_text') ? "file_$id.txt" : scalar $cgi->upload('data'),
ispatch => scalar $cgi->param('ispatch'),
isprivate => scalar $cgi->param('isprivate'),
mimetype => $content_type,