You are here

function block_access_features_enable_feature in Block Access 7

Implements hook_features_enable_feature().

File

./block_access.module, line 788

Code

function block_access_features_enable_feature($module) {
  block_access_features_revert($module);
}