Closed (fixed)
Project:
Module Builder
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jul 2007 at 01:35 UTC
Updated:
21 Sep 2008 at 20:42 UTC
Jump to comment: Most recent file
Comments
Comment #1
mlncn commentedThis patch fixes the extraneous hook_help definition.
Very simple, it just deletes it. The patch applies to module_builder/templates/hooks.template
There's another problem, apparently separate, with the definition of hook_help used by module_builder: it creates a hook_help that calls for two arguments, $path and $arg, and this causes an error because hook_help should only have one argument, $section ($path). This is not the template file and I could not resolve it. I can roll a patch for that if I can be directed to where it is defined.
benjamin, Agaric Design Collective
Comment #2
joachim commentedPatch committed to CVS, thanks!
> There's another problem, apparently separate, with the definition of hook_help used by module_builder: it creates a hook_help that calls for two arguments, $path and $arg, and this causes an error because hook_help should only have one argument, $section ($path). This is not the template file and I could not resolve it. I can roll a patch for that if I can be directed to where it is defined.
That's to do with the wrong hook definitions being downloaded. I committed the fix to that last week :)
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.