You are here

function themekey_features_rule_chain_features_enable_feature in ThemeKey 7.2

Same name and namespace in other branches
  1. 7.3 themekey_features.module \themekey_features_rule_chain_features_enable_feature()

Implements hook_features_enable_feature().

File

./themekey_features.module, line 82

Code

function themekey_features_rule_chain_features_enable_feature($module) {
  $rules = module_invoke($module, 'themekey_features_rule_chain');
  themekey_features_save_rule_childs($module, $rules, TRUE);
}