From 50ea316f7818393c81746ea3cb7c090d5fd36a0b Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 21 Feb 2006 23:19:56 +0000 Subject: [PATCH] Patch for bug 313953 : add form hook in comment.txt.tmpl; patch by Matt McHenry , r=vladd, a=justdave. --- template/en/default/bug/create/comment.txt.tmpl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/en/default/bug/create/comment.txt.tmpl b/template/en/default/bug/create/comment.txt.tmpl index c9f40426ee..bac3c2c5ff 100644 --- a/template/en/default/bug/create/comment.txt.tmpl +++ b/template/en/default/bug/create/comment.txt.tmpl @@ -27,4 +27,7 @@ # from them. #%] [% USE Bugzilla %] +[% Hook.process("form") %] + + [% Bugzilla.cgi.param("comment") %] -- 2.47.2