Posted by soyarma on June 15, 2009 at 12:24pm
Jump to:
| Project: | SEO Checklist |
| Version: | 6.x-1.0-beta3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
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')
Comments
#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..