summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Template.pm
diff options
context:
space:
mode:
authorgerv%gerv.net <>2005-04-05 07:29:07 +0200
committergerv%gerv.net <>2005-04-05 07:29:07 +0200
commitc344d90a763065f45b268fab325f2bb4f154b878 (patch)
treeabdce06046a6413c0e2f1b2386d7dd9b93e0c522 /Bugzilla/Template.pm
parent6f31547ef949153e4ee591b28eec95dcf8bd5525 (diff)
downloadbugzilla-c344d90a763065f45b268fab325f2bb4f154b878.tar.gz
bugzilla-c344d90a763065f45b268fab325f2bb4f154b878.tar.xz
Bug 288527 - change precompilation to use Bugzilla::Template and so do it right. Patch by gerv; r=bbaetz, a=justdave.
Diffstat (limited to 'Bugzilla/Template.pm')
-rw-r--r--Bugzilla/Template.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm
index 29ed2924c..23a9c0a7c 100644
--- a/Bugzilla/Template.pm
+++ b/Bugzilla/Template.pm
@@ -218,8 +218,7 @@ sub create {
# Functions for processing text within templates in various ways.
# IMPORTANT! When adding a filter here that does not override a
- # built-in filter, please also add a stub filter to checksetup.pl
- # and t/004template.t.
+ # built-in filter, please also add a stub filter to t/004template.t.
FILTERS => {
# Render text in required style.