Replacing the tac_lite_create.module line 48:
if (!in_array(key($term->option), $form['taxonomy'][$vid]['#default_value'])) {
with this:

if (!in_array(key($term->option), is_array($form['taxonomy'][$vid]['#default_value']) ? $form['taxonomy'][$vid]['#default_value'] : array($form['taxonomy'][$vid]['#default_value']))) {

Comments

damienmckenna’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

Thank you for your contribution to this module. Support for Drupal 6 ended a decade ago, so I'm closing out this issue.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.