Commit 955abb3e authored by Reed Loden's avatar Reed Loden

Bug 565145 - "Invalid Parameter 'in_new_bugmail' error after submitting a new bug"

[r=timello a=LpSolit]
parent 582d7939
......@@ -115,7 +115,7 @@ sub Send {
my $bug = new Bugzilla::Bug($id);
# Only used for headers in bugmail for new bugs
my @fields = Bugzilla->get_fields({obsolete => 0, in_new_bugmail => 1});
my @fields = Bugzilla->get_fields({obsolete => 0, mailhead => 1});
my $start = $bug->lastdiffed;
my $end = $dbh->selectrow_array('SELECT LOCALTIMESTAMP(0)');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment