Closed (fixed)
Project:
Nodequeue
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
27 Apr 2009 at 18:35 UTC
Updated:
3 Sep 2019 at 10:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ezra-g commentedThat's a good point -- I'd like to see them return the single node object, not inside a useless array. The fix should be pretty simple. Would you like to submit a patch?
Comment #2
Anonymous (not verified) commentedFirst time for everything...patch submitted. Wasn't that scary!
Changed:
nodequeue_load_front
nodequeue_load_back
nodequeue_view_random_node
all now return a single object rather than array for consistency with nodequeue_load_random_node
Comment #3
ezra-g commentedCongratulations on your first patch. This is applied. I credited you in the commit message.
I'll highlight this change in the release notes so developers don't get thrown off.
Thanks!
Comment #4
Anonymous (not verified) commentedThanks Ezra.