When clicking to view a queue, I get the following warning message:
Warning: Invalid argument supplied for foreach() in menu_unserialize() (line 379 of /Users/henrique/Webroot/drupal7/includes/menu.inc).
This is because of incorrect use of menu access control. It's trying to pass a callback as 'access arguments' to the autocomplete menu item.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1367260.patch | 515 bytes | recidive |
Comments
Comment #1
recidive commentedPatch attached.
Comment #2
amateescu commentedThis was introduced just a few days ago in http://drupalcode.org/project/nodequeue.git/commit/4558cbd , by manually re-rolling the 6.x-2.x patch :(
Committed and pushed to 7.x-2.x. Thanks!
http://drupalcode.org/project/nodequeue.git/commit/6759792