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

joachim’s picture

Is 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.

mlncn’s picture

Status: Active » Closed (duplicate)

That would explain it.

Thanks!