Download & Extend

Wrong permission in accessible_content_themer.module

Project:Accessible Content
Version:6.x-1.x-dev
Component:Code
Category:bug report
Priority:major
Assigned:Unassigned
Status:active

Issue Summary

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.