Closed (fixed)
Project:
Nodequeue
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2009 at 19:06 UTC
Updated:
12 Jul 2009 at 16:40 UTC
Jump to comment: Most recent file
The new code throws a PHP error for
array_shift(): The argument should be an array in nodequeue.module on line 2593.
Removing the array_shift and returning this line of code to the previous version fixes the problem. Not sure of the reason why it was changed or the effects of reverting, but it doesn't work as it is.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 490130.patch | 855 bytes | ezra-g |
Comments
Comment #1
ezra-g commentedThe attached patch fixes the problem. Does this resolve the problem for you?
Comment #2
ezra-g commentedThis is committed.