since we're using $may_cache incorrectly in hook_menu(), the links aren't showing up for this module in the admin/by-module page.

Comments

merlinofchaos’s picture

The patch looks ok. It appears as though it may be leaving an $access = line hanging around, but there may also be other items past it that I can't see without actually applying the patch.

dww’s picture

Status: Needs review » Fixed

thanks, yeah, that $access was still being used, it's just where the patch ended. thanks for looking carefully. committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)