Missing Permission set
soyarma - June 15, 2009 - 12:24
| Project: | SEO Checklist |
| Version: | 6.x-1.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Small whoops on the access permissions for the module. The admin/settings/seochecklist URL uses the following permission, but it is not defined in the _perm function
'access arguments' => array('administer SEO Checklist')

#1
subscribing
#2
I am so ridiculously not experienced with this, but, is it supposed to be... [SEOChecklist.module, line 16]
function seochecklist_perm() {$permissions = array(
'access seochecklist content'
);
return $permissions;
}
??
(just thought I'd take a stab at it; never tried this sort of thing before...)
#3
Duplicate of #368455: Only admin sees 'SEO checklist' in Admin pages..