Commit 34fa0c52 authored by gerv%gerv.net's avatar gerv%gerv.net

Bug 143486 - enter_bug.cgi: Using ?format=simple doesn't work. Patch by burnus@gmx.de; 2xr=gerv.

parent 8830db25
......@@ -374,7 +374,7 @@ if ($::usergroupset ne '0') {
$vars->{'default'} = \%default;
my $format = ValidateOutputFormat($::FORM{'format'}, "create");
my $format = ValidateOutputFormat($::FORM{'format'}, "create", "bug/create");
print "Content-type: $format->{'contenttype'}\n\n";
$template->process("bug/create/$format->{'template'}", $vars)
......
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