You are here

function og_node_type_insert in Organic groups 7

Implement hook_node_type_insert().

File

./og.module, line 856
Enable users to create and manage groups with roles and permissions.

Code

function og_node_type_insert($info) {
  og_node_type_save($info->type);
}