Closed (fixed)
Project:
Module Builder
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2008 at 19:07 UTC
Updated:
13 Sep 2008 at 12:02 UTC
I think the module may be fetching hooks data for 6 even though it's running on 5.
I filed http://drupal.org/node/249513 a while ago, but I'm also seeing the wrong parameters for hook_form_alter and a hook_mail which according to API isn't in D5.
Comments
Comment #1
joachim commentedThe culprit is this line:
For D5, should be:
define('MODULE_BUILDER_VERSION', 'DRUPAL-5');
and D6, I'm guessing it should be this:
define('MODULE_BUILDER_VERSION', 'DRUPAL-6');
Comment #2
joachim commentedFix committed to CVS for D5.
I can't even find where the D6 version stores the URL to get the hook definitions from...
Comment #3
joachim commentedMarking as fixed. Can file another issue or reopen if this is a problem in D6.
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.