Closed (duplicate)
Project:
Quota by role
Version:
5.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2008 at 20:57 UTC
Updated:
27 Mar 2008 at 21:15 UTC
The link 'admin/settings/quota_by_role' is visible for authenticated users without 'administer quota by role' permission.
Please change in quota_by_role.module the line 53
'access' => array('administer quota by role'),
to
'access' => user_access('administer quota by role'),
Comments
Comment #1
tj2653 commentedThis is a duplicate of http://drupal.org/node/237523