Closed (fixed)
Project:
Reviews
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2012 at 00:18 UTC
Updated:
6 Sep 2012 at 08:34 UTC
$form['actions']['delete'] = array(
'#type' => 'submit',
'#value' => t('Delete'),
- '#access' => user_access('administrator reviews'),
+ '#access' => user_access('administer reviews'),
'#weight' => 10,
);
| Comment | File | Size | Author |
|---|---|---|---|
| reviews_permission_for_delete_button.patch | 464 bytes | jonathan_hunt |
Comments
Comment #1
scot.hubbard commentedMany thanks for the patch. Applied and published.