Closed (won't fix)
Project:
Userqueue
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2009 at 02:05 UTC
Updated:
27 Jul 2019 at 05:54 UTC
Jump to comment: Most recent
Comments
Comment #1
xmattus commentedGood catch - I realize now that I neglected to add special logic to ignore the queue length check if the length is 0. I'll fix that in the 6.x-1.1 version.
Comment #2
nicholasthompsonThe fix is on line 465..
to
cheers,
Nick
Comment #3
mrf commentedStill seeing this on the 1.1 version.
Comment #4
tinny commentedI've set the queue to unlimited size and it works but every time I edit the settings form it doesnt set the default value to 0 so i have to keep resetting it.
This is because
empty()returns false if the value is 0.I added
$queue->size == 0to check for thisComment #5
gaurav.kapoor commentedNot maintaining D6 version.