Active
Project:
Accessible Content
Version:
6.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2011 at 21:37 UTC
Updated:
16 Mar 2011 at 21:37 UTC
In the hook_menu() for Accessibility Themer, the access callback for 'admin/settings/accessibility_themer' is defined as array('administer site settings'), which doesn't exist, therefore clicking on the link to "set the site-wide guideline" will always return access denied.
The permission should be array('administer site configuration').
Let me know if you need this as a patch. Just a one-line fix though.