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.

CommentFileSizeAuthor
custom_breadcrumbs_permissions.patch741 bytestodd nienkerk

Comments

todd nienkerk’s picture

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

MGN’s picture

Status: Needs review » Reviewed & tested by the community

Very 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?

MGN’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 6.x-1.x-dev

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.