From 8e808ffbf7b7b28a1cdfda3d188cc156a2e879d9 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Wed, 6 Sep 2006 02:18:26 +0000 Subject: Bug 351098: Make Bugzilla::Object able to update objects in the database, and make Bugzilla::Keyword use it Patch By Max Kanat-Alexander r=LpSolit, a=myk --- template/en/default/global/code-error.html.tmpl | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'template/en/default/global/code-error.html.tmpl') diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index 27798491b..a66524355 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -296,6 +296,18 @@ a [% param FILTER html %] argument, and that argument was not set. + [% ELSIF error == "protection_violation" %] + The function [% function FILTER html %] was called + from + + [% IF caller %] + [%+ caller FILTER html %], which is + [% END %] + + outside the package. This function may only be called from + a subclass of [% superclass FILTER html %]. + + [% ELSIF error == "unknown_comparison_type" %] Specified comparison type is not supported. -- cgit v1.2.3-24-g4f1b