From a08fe98a7423c57ab69f2e7bcac7feddcec96e8d Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Sun, 29 Jul 2007 21:30:49 +0000 Subject: Bug 390040: Fix wrong file name for hook in customization.xml (documentation only) - Patch by Cédric Corazza r=vladd. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/xml/customization.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/xml/customization.xml b/docs/xml/customization.xml index 824b88de9..ce48ab940 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. -- cgit v1.2.3-24-g4f1b