Closed (duplicate)
Project:
Module Builder
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2008 at 13:36 UTC
Updated:
6 Jul 2008 at 21:26 UTC
The implementation of hook_menu() that module_builder generates is missing the passing in of $may_cache, with the result that normally defined menus never run.
As far as I can tell, the definition of hook arguments is not in the code so there's no way to make a patch to correct this. Could anyone advise?
benjamin, Agaric Design Collective
Comments
Comment #1
joachim commentedIs the definition you're getting the definition for D6 instead of D5?
If so, this issue is a duplicate of http://drupal.org/node/267197.
Comment #2
mlncn commentedThat would explain it.
Thanks!