diff options
author | gerv%gerv.net <> | 2005-04-05 07:29:07 +0200 |
---|---|---|
committer | gerv%gerv.net <> | 2005-04-05 07:29:07 +0200 |
commit | c344d90a763065f45b268fab325f2bb4f154b878 (patch) | |
tree | abdce06046a6413c0e2f1b2386d7dd9b93e0c522 /Bugzilla | |
parent | 6f31547ef949153e4ee591b28eec95dcf8bd5525 (diff) | |
download | bugzilla-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')
-rw-r--r-- | Bugzilla/Template.pm | 3 |
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. |