You are here

function weight_features_revert in Weight 7.2

Implements hook_features_revert().

File

./weight.features.inc, line 50

Code

function weight_features_revert($module) {
  weight_features_rebuild($module);
}