Bug 390040: Fix wrong file name for hook in customization.xml (documentation only) - Patch by C��dric Corazza <cedric.corazza@wanadoo.fr> r=vladd.

This commit is contained in:
vladd%bugzilla.org 2007-07-29 16:30:49 +00:00
Родитель 990570bb60
Коммит 9ff51b90be
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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>