You are here

function oa_permissions_pre_features_rebuild in Open Atrium Core 7.2

Implements hook_pre_features_rebuild().

See also

http://drupal.org/node/1549608

File

modules/oa_permissions/oa_permissions.module, line 14

Code

function oa_permissions_pre_features_rebuild($component) {
  if ($component == 'user_permission') {
    drupal_static_reset('ctools_get_plugins_reset');
    drupal_static_reset('panelizer_entity_plugin_get_handler');
  }
}