Closed (fixed)
Project:
Custom Breadcrumbs
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2008 at 22:43 UTC
Updated:
25 Feb 2009 at 02:40 UTC
There's a typo in custom_breadcrumbs.admin.inc.
'#access' => user_access('use php in custom pagers'),
...should read:
'#access' => user_access('use php in custom breadcrumbs'),
Attach patch fixes it. This may need to be backported to 5.x.
| Comment | File | Size | Author |
|---|---|---|---|
| custom_breadcrumbs_permissions.patch | 741 bytes | todd nienkerk |
Comments
Comment #1
todd nienkerk commented@Eaton: Considering the plethora of modules you're in charge of, I'd love to help out and commit this fix myself if you're willing to give me CVS access for this module.
Comment #2
MGN commentedVery clear cut. I can't believe I've read over that! Thanks.
This patch, and the other 3 or so RTBC on the queue should be committed to 6.x-1.x-dev version, right?
Comment #3
MGN commentedCommitted to 6.x-1.x-dev