The refactoring of l() and url() (http://drupal.org/node/111347) made one fix to taxonomy that accidentally didn't delete the old line. You can notice it as the one green change at http://cvs.drupal.org/viewcvs/drupal/drupal/modules/taxonomy/taxonomy.mo...

So, right now adding a term to a vocabulary with single hierarchy gives this error: "Fatal error: Unsupported operand types in .../includes/common.inc on line 1321"

Attached patch fixes it.

CommentFileSizeAuthor
taxonomy_linkfix.patch1.12 KBChrisKennedy
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chx’s picture

Status: Needs review » Reviewed & tested by the community

Bug verified, patch works.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed!

Anonymous’s picture

Status: Fixed » Closed (fixed)