You are here

function access_taxonomy_vocabulary_insert in Access Control Kit 7

Implements hook_taxonomy_vocabulary_insert().

File

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

Code

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