From: vladd%bugzilla.org <> Date: Fri, 4 Apr 2008 11:48:19 +0000 (+0000) Subject: Bug 390040: Fix wrong file name for hook in customization.xml (documentation only... X-Git-Tag: bugzilla-3.1.4~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11c9fb65e221fcadb249548dbdb02cd6678e5e8c;p=thirdparty%2Fbugzilla.git Bug 390040: Fix wrong file name for hook in customization.xml (documentation only) - Patch by Cédric Corazza r=vladd. --- diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index a513610be7..ce48ab9407 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -1,6 +1,6 @@ - Customising Bugzilla + Customizing Bugzilla
Custom Skins @@ -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.