Closed (fixed)
Project:
Todolist
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Feb 2009 at 19:31 UTC
Updated:
22 Oct 2009 at 20:50 UTC
Solution: change "function todolist_add_task_form(&$node)" to "function todolist_add_task_form(&form, $node)"
IT WORKS!
Comments
Comment #1
s8inac commentedSorry forgot the $.
That's correct: function todolist_add_task_form(&$form, $node)
Comment #2
marvil07 commentedyep, thanks for the suggestion
actually &$form_state, but changed on beta1 in both add and edit task forms