In nodequeue_queue_swap() there's a typo in the module_invoke_all() call:
module_invoke_all('nodequeue_swap', $sqid, $nid);
Should read:
module_invoke_all('nodequeue_swap', $subqueue->sqid, $nid);
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | nodequeue_queue_swap-1270652.patch | 386 bytes | mrharolda |
Comments
Comment #1
mrharolda commentedAnd here's the patch...
Comment #2
amateescu commentedCommited to 6.x-2.x and 7.x-2.x. Thanks!
http://drupalcode.org/project/nodequeue.git/commitdiff/2664054
http://drupalcode.org/project/nodequeue.git/commitdiff/4edc806