]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 390040: Fix wrong file name for hook in customization.xml (documentation only...
authorvladd%bugzilla.org <>
Sun, 29 Jul 2007 21:32:41 +0000 (21:32 +0000)
committervladd%bugzilla.org <>
Sun, 29 Jul 2007 21:32:41 +0000 (21:32 +0000)
docs/xml/customization.xml

index 322f560902a1307ae8af8fb9a8881374a7fcb6bf..c8ef29c4caafceb6f7d410ab5198685aee8cdc26 100644 (file)
     <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>