Typo in access permission for content type forms
cmoad - October 30, 2009 - 14:58
| Project: | Filter by node type |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | duplicate |
Jump to:
Description
Line 45 of filterbynodetype.module:
'#access' => user_access('adminster filters'),
Should be 'administer filters', (i.e. and 'i' is missing)

#1
Looks like it's fixed in DRUPAL-6--1 but not in HEAD.
Oh, the commit log points to #326373: Non-uid 1 cannot set configuration, so I guess this is actually a duplicate.