Closed (fixed)
Project:
Search by Page
Version:
7.x-1.1
Component:
Main Search by Page module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jul 2011 at 18:09 UTC
Updated:
12 Aug 2011 at 23:01 UTC
There is a permissions oops in the delete menu callback:
'access arguments' => array('search by page'),
It probably should be 'administer search by page' instead of 'search by page'.
| Comment | File | Size | Author |
|---|---|---|---|
| search_by_page-7.x-1.1-menu_permission-1.patch | 506 bytes | thekevinday |
Comments
Comment #1
jhodgdonThanks! I'll get that into the code right away (planning to do some work on this module today or tomorrow).
Comment #2
jhodgdonI've committed your change to both the 6.x and 7.x development branches of Search by Page.
You can get the changes now by using the Git source code repository, in 12 hours or less by downloading the "Development" release from the project page, or by waiting until the next release of 6.x or 7.x. Thanks again for reporting this issue!