summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2007-07-29 23:30:49 +0200
committervladd%bugzilla.org <>2007-07-29 23:30:49 +0200
commita08fe98a7423c57ab69f2e7bcac7feddcec96e8d (patch)
tree5fe4880cf57f26ce26b45a7b01ec2637fed23081 /docs
parent3818e8f7b38f72d423a6422c90a4ff10974c537a (diff)
downloadbugzilla-a08fe98a7423c57ab69f2e7bcac7feddcec96e8d.tar.gz
bugzilla-a08fe98a7423c57ab69f2e7bcac7feddcec96e8d.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/xml/customization.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<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>