From 49d209d94d0fd66659f1ed3ab1b3fb836e81f659 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Sun, 29 Jul 2007 21:32:41 +0000 Subject: [PATCH] =?utf8?q?Bug=20390040:=20Fix=20wrong=20file=20name=20for?= =?utf8?q?=20hook=20in=20customization.xml=20(documentation=20only)=20-=20?= =?utf8?q?Patch=20by=20C=C3=83=C2=A9dric=20Corazza=20=20r=3Dvladd.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/xml/customization.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index 322f560902..c8ef29c4ca 100644 --- a/docs/xml/customization.xml +++ b/docs/xml/customization.xml @@ -501,8 +501,8 @@ Code hooks appear in Bugzilla source files as a single method call in the format Bugzilla::Hook->process("name");. - for instance, enter_bug.cgi may invoke the hook - "enter_bug-defaultvars". Thus, a source file at + For instance, enter_bug.cgi may invoke the hook + "enter_bug-entrydefaultvars". Thus, a source file at BUGZILLA_ROOT/extensions/EXTENSION_NAME/code/enter_bug-entrydefaultvars.pl will be automatically invoked when the code hook is reached. -- 2.47.2