Closed (fixed)
Project:
Feeds
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2010 at 22:23 UTC
Updated:
14 Sep 2010 at 00:50 UTC
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
Comment #1
alex_b commentedThat's committed, thank you http://drupal.org/node/885052