mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 07:26:26 +00:00
Bug 143486 - enter_bug.cgi: Using ?format=simple doesn't work. Patch by burnus@gmx.de; 2xr=gerv.
This commit is contained in:
parent
82852b8d5d
commit
768e6858c7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user