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!