taxonomy_form() is just a form element builder function for the node add form and currently doesn't use $form_state internally ($form_state was added recently in a FAPI3 patch http://drupal.org/node/146667).
The arguments for this function were changed, but the callers weren't.
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_form_args.patch | 802 bytes | asimmonds |
Comments
Comment #1
asimmonds commentedhttp://drupal.org/node/151912 was a dupe issue and that one was critical
Comment #2
webchickConfirmed this fixes the problem. Before, I wasn't able to select any forums and now I can! Hooray! :)
Comment #3
Gurpartap Singh commentedIsn't form_state variable meant to enable proper/easy multi page forms with the new Thought that this whole form part of taxonomy needs a revamp.
Comment #4
dries commentedCommitted to CVS HEAD. Thanks! :)
Comment #5
(not verified) commented