You are here

function filefield_paths_features_revert in File (Field) Paths 6

Implements hook_features_export_revert().

File

modules/features.inc, line 182
Features module integration.

Code

function filefield_paths_features_revert($module) {
  filefield_paths_features_rebuild($module);
}