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.
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue_hook_nodeapi.patch | 1.02 KB | wulff |
Comments
Comment #1
ezra-g commentedGood catch. Committed. Thanks!