When importing a taxonomy using install_taxonomy_export_import_from_file, the created taxonomy might have a different vid than the original one.

taxonomy_export_import_submit determines the vid by looking at $form_state['values']['update'], which is not set by install_taxonomy_export_import_from_file.

Comments

oswajas’s picture

Version: 6.x-2.1 » 6.x-2.x-dev