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);
CommentFileSizeAuthor
#1 nodequeue_queue_swap-1270652.patch386 bytesmrharolda

Comments

mrharolda’s picture

StatusFileSize
new386 bytes

And here's the patch...

amateescu’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.