Found a small typo in function feeds_page_access() in feeds.module, but it could disallow some users to get access to the feed page.

line 193:
if (user_access("import $id feed")) {
should be
if (user_access("import $id feeds")) {

Comments

alex_b’s picture

Title: small typo in access rights » Fix small typo in access rights
Status: Active » Fixed

That's committed, thank you http://drupal.org/node/885052

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.