diff options
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index b61a83dd1..5a184c337 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -469,6 +469,7 @@ function taxonomy_term_save($term) { } field_attach_presave('taxonomy_term', $term); + module_invoke_all('taxonomy_term_presave', $term); if (empty($term->tid)) { $status = drupal_write_record('taxonomy_term_data', $term); |