You are here

function og_ui_node_type_update in Organic groups 7.2

Implements hook_node_type_update().

File

og_ui/og_ui.module, line 1001
Organic groups UI.

Code

function og_ui_node_type_update($info) {
  og_ui_node_type_save($info->type);
}