diff --git a/features_tools.module b/features_tools.module
index 57f08e2..f716f7b 100644
--- a/features_tools.module
+++ b/features_tools.module
@@ -356,6 +356,7 @@ function features_tools_unlink_form_submit($form, &$form_state) {
           //i add a try catch block meanwhile to hide the error message.
           try {
             include_once DRUPAL_ROOT . "/" . $files[$key]->uri;
+            $function_name();
           } catch (Exception $e) {
             watchdog('ftools', "error in unlink function:" . $e->getMessage());
           }
