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.

CommentFileSizeAuthor
taxonomy_form_args.patch802 bytesasimmonds

Comments

asimmonds’s picture

Priority: Normal » Critical

http://drupal.org/node/151912 was a dupe issue and that one was critical

webchick’s picture

Status: Needs review » Reviewed & tested by the community

Confirmed this fixes the problem. Before, I wasn't able to select any forums and now I can! Hooray! :)

Gurpartap Singh’s picture

Isn'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.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks! :)

Anonymous’s picture

Status: Fixed » Closed (fixed)