Skip to content
Snippets Groups Projects
Commit a3968487 authored by Alex Barth's avatar Alex Barth
Browse files

#885052 Hanno: Fix small typo in access rights.
parent 49e145ba
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
Feeds 6.x 1.0 XXXXXXXXXXXXXXXXXX
--------------------------------
- #885052 Hanno: Fix small typo in access rights.
- #863494 ekes, alex_b: Delete temporary enclosures file.
- #849986 lyricnz, alex_b: Cleaner batch support.
- #866492 lyricnz: Clean up tests.
......
......@@ -190,7 +190,7 @@ function feeds_page_access() {
return TRUE;
}
foreach (feeds_enabled_importers() as $id) {
if (user_access("import $id feed")) {
if (user_access("import $id feeds")) {
return TRUE;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment