From b7c87a7217ea157c1305526e6d62c94d5ef8d36f Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 19 Dec 2006 14:39:28 +0000 Subject: Bug 339380: Make Bugzilla::Component use Bugzilla::Object Patch By Max Kanat-Alexander r=LpSolit, a=myk --- template/en/default/global/code-error.html.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'template') 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 [% function FILTER html %] was called + + [% IF argument %] + with the argument [% argument FILTER html %] + [% END %] + from [% IF caller %] -- cgit v1.2.3-24-g4f1b