You are here

function workbench_access_taxonomy_term_update in Workbench Access 7

Implements hook_taxonomy_term_update().

If a term is updated, reset the tree.

File

modules/taxonomy.workbench_access.inc, line 372
Taxonomy integration for Workbench Access.

Code

function workbench_access_taxonomy_term_update($term) {
  workbench_access_reset_tree();
}