You are here

function workflow_access_features_revert in Workflow 7

Same name and namespace in other branches
  1. 7.2 workflow_access/workflow_access.features.inc \workflow_access_features_revert()

Implements hook_features_revert().

File

workflow_access/workflow_access.features.inc, line 164

Code

function workflow_access_features_revert($module) {
  workflow_access_features_rebuild($module);
}