diff options
author | mkanat%bugzilla.org <> | 2009-12-10 23:18:05 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2009-12-10 23:18:05 +0100 |
commit | 59a35402749a8b20db50b810ce29c1479594dced (patch) | |
tree | 85f5c1fa1c4043dff77b2da71c0219c9bf2e6105 /template/en/default/global | |
parent | 56285b05dcdc9ebfe8df8119b387205def6db9dc (diff) | |
download | bugzilla-59a35402749a8b20db50b810ce29c1479594dced.tar.gz bugzilla-59a35402749a8b20db50b810ce29c1479594dced.tar.xz |
Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs instead of requiring post_bug.cgi
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/user-error.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/global/user-error.html.tmpl b/template/en/default/global/user-error.html.tmpl index 7dea01452..c4602f7d8 100644 --- a/template/en/default/global/user-error.html.tmpl +++ b/template/en/default/global/user-error.html.tmpl @@ -1741,6 +1741,8 @@ flagtype [% ELSIF class == "Bugzilla::Field" %] field + [% ELSIF class == "Bugzilla::Product" %] + product [% ELSIF class == "Bugzilla::Search::Saved" %] saved search [% ELSIF ( matches = class.match('^Bugzilla::Field::Choice::(.+)') ) %] |