Closed (fixed)
Project:
Project issue tracking
Version:
5.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
9 Mar 2007 at 20:58 UTC
Updated:
11 Apr 2007 at 00:46 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| project_issue_hook_menu_may_cache_5x.patch.txt | 2.81 KB | dww |
Comments
Comment #1
merlinofchaos commentedThe 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.
Comment #2
dwwthanks, yeah, that $access was still being used, it's just where the patch ended. thanks for looking carefully. committed to HEAD.
Comment #3
(not verified) commented