After adding new node to infinite queue (using 'node queue' tab) by clicking 'Add to queue' (which calls admin/content/nodequeue/.../add/.../...?tab) wrong message 'Queue empty' is shown. It is caused since function nodequeue_admin_add_node has not condition if queue is infinite when calling nodequeue_subqueue_size_text function. In attached patch I suggest simply solution.

CommentFileSizeAuthor
patch-nodequeue-sizetext.patch656 byteskndr

Comments

greenmachine’s picture

I also encounter this error (with nodequeue.module 1.39.2.28.2.12 2007/08/28)

merlinofchaos’s picture

Status: Needs review » Fixed

Committed! Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)