Index: insert.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/insert/insert.module,v
retrieving revision 1.9
diff -u -p -r1.9 insert.module
--- insert.module	7 Aug 2010 18:46:55 -0000	1.9
+++ insert.module	11 Nov 2010 17:47:38 -0000
@@ -187,7 +187,7 @@ function insert_element_process($element
   // Bail out early if the needed properties aren't available. This happens
   // most frequently when editing a field configuration.
   if (!isset($element['#entity_type'])) {
-    return;
+    return $element;
   }
 
   $item = $element['#value'];
