Needs review
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jul 2016 at 22:22 UTC
Updated:
30 Aug 2016 at 18:48 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
shadysamir commentedOne should not submit patches when half asleep. Here is the patch again fixing an embarrassing mistake.
Comment #3
shadysamir commentedI tested #2 with smartqueue_language and it failed as module_invoke will pass arguments by value when the hook implementation is expecting it by reference. I can only think of ignoring module_invoke and implementing our own call_user_func_array.
Comment #4
shadysamir commented