Closed (fixed)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 May 2009 at 11:04 UTC
Updated:
15 Jun 2009 at 15:50 UTC
My work on #468136: Nodequeue: Add test cases led me to this issue.
If you pass in a user account to nodequeue_queue_access(), the two user_access() checks are done against the currently logged in user and not the account you wish to check.
See attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue_user_access.patch | 813 bytes | wulff |
Comments
Comment #1
ezra-g commentedThanks for posting a patch -- Marking as needs review.
Comment #2
ezra-g commentedCommitted. Thanks!