The hook_nodeapi implementation currently contains this:

$queues = nodequeue_load_queues(array($obj->qid));
$queue = nodequeue_load_queues(array($obj->qid));

This doesn't look right, and results in a PHP notice as well.

Patch attached.

CommentFileSizeAuthor
nodequeue_hook_nodeapi.patch1.02 KBwulff

Comments

ezra-g’s picture

Status: Active » Fixed

Good catch. Committed. Thanks!

Status: Fixed » Closed (fixed)

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