When adding node to queue manualy(in code) some time i receive warning.
This warning raised by calling nodequeue_load_queues() function with NULL argument somewhere from nodequeue.actions.inc.

Proposition: add next lines to start nodequeue_load_queues() function:

if (!is_array($qids)) {
$qids = array();
}

CommentFileSizeAuthor
null.patch92 bytesshagren

Comments

ezra-g’s picture

Title: Warning from actions » Add Default Value to $qids in nodequeue_load_queues
Status: Active » Fixed

I implemented this as a default value for the $qid parameter in nodequeue_load_queues. Thanks!

Status: Fixed » Closed (fixed)

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