diff options
author | vladd%bugzilla.org <> | 2008-04-04 13:48:19 +0200 |
---|---|---|
committer | vladd%bugzilla.org <> | 2008-04-04 13:48:19 +0200 |
commit | 11c9fb65e221fcadb249548dbdb02cd6678e5e8c (patch) | |
tree | 749a3b9dcff51b8798be65082960e45180988122 /docs | |
parent | 6424be77daa992991d9233511d61accf1921d625 (diff) | |
download | bugzilla-11c9fb65e221fcadb249548dbdb02cd6678e5e8c.tar.gz bugzilla-11c9fb65e221fcadb249548dbdb02cd6678e5e8c.tar.xz |
Bug 390040: Fix wrong file name for hook in customization.xml (documentation only) - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r=vladd.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/customization.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/en/xml/customization.xml b/docs/en/xml/customization.xml index a513610be..ce48ab940 100644 --- a/docs/en/xml/customization.xml +++ b/docs/en/xml/customization.xml @@ -1,6 +1,6 @@ <!-- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> --> <chapter id="customization"> - <title>Customising Bugzilla</title> + <title>Customizing Bugzilla</title> <section id="cust-skins"> <title>Custom Skins</title> @@ -501,8 +501,8 @@ <para> Code hooks appear in Bugzilla source files as a single method call in the format <literal role="code">Bugzilla::Hook->process("<varname>name</varname>");</literal>. - for instance, <filename>enter_bug.cgi</filename> may invoke the hook - "<varname>enter_bug-defaultvars</varname>". Thus, a source file at + For instance, <filename>enter_bug.cgi</filename> may invoke the hook + "<varname>enter_bug-entrydefaultvars</varname>". Thus, a source file at <filename>BUGZILLA_ROOT/extensions/EXTENSION_NAME/code/enter_bug-entrydefaultvars.pl</filename> will be automatically invoked when the code hook is reached. </para> |