diff options
-rw-r--r-- | modules/taxonomy.module | 1 | ||||
-rw-r--r-- | modules/taxonomy/taxonomy.module | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 263e82a18..12d28dc18 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -583,6 +583,7 @@ function taxonomy_node_validate(&$node) { * Save term associations for a given node. */ function taxonomy_node_save($nid, $terms) { + taxonomy_node_delete($nid); // Free tagging vocabularies do not send their tids in the form, // so we'll detect them here and process them independently. diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 263e82a18..12d28dc18 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -583,6 +583,7 @@ function taxonomy_node_validate(&$node) { * Save term associations for a given node. */ function taxonomy_node_save($nid, $terms) { + taxonomy_node_delete($nid); // Free tagging vocabularies do not send their tids in the form, // so we'll detect them here and process them independently. |