--- filefield_paths.module
+++ (clipboard)
@@ -400,6 +400,18 @@
 }
 
 /**
+ * Implements hook_field_create_instance().
+ */
+function filefield_paths_field_create_instance($instance) {
+  $form = array();
+  $form_state['values'] = array(
+    'instance' => $instance,
+    'form_id' => '',
+  );
+  filefield_paths_form_submit($form, $form_state);
+}
+
+/**
  * Implementation of hook_content_fieldapi().
  */
 function filefield_paths_field_delete_field($field) {
