You are here

function access_taxonomy_vocabulary_update in Access Control Kit 7

Implements hook_taxonomy_vocabulary_update().

File

./access.module, line 1155
The access control kit module.

Code

function access_taxonomy_vocabulary_update($vocabulary) {
  access_info_cache_clear();
}