diff options
author | mkanat%bugzilla.org <> | 2006-12-19 15:39:28 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-12-19 15:39:28 +0100 |
commit | b7c87a7217ea157c1305526e6d62c94d5ef8d36f (patch) | |
tree | a942b707cbc40dafc52de0cb8dace9cd7c73e82d /template | |
parent | 6255b0849421911afd419077f50de44f4ed9a1d8 (diff) | |
download | bugzilla-b7c87a7217ea157c1305526e6d62c94d5ef8d36f.tar.gz bugzilla-b7c87a7217ea157c1305526e6d62c94d5ef8d36f.tar.xz |
Bug 339380: Make Bugzilla::Component use Bugzilla::Object
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index a0e9bd9b9..d48b89993 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -325,6 +325,11 @@ [% ELSIF error == "protection_violation" %] The function <code>[% function FILTER html %]</code> was called + + [% IF argument %] + with the argument <code>[% argument FILTER html %]</code> + [% END %] + from [% IF caller %] |