You are here

function role_export_features_revert in Role Export 6

Implements hook_features_revert().

File

./role_export.module, line 241
Role Export's primary module file.

Code

function role_export_features_revert($module) {
  role_export_features_rebuild($module);
}