Index: insert.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/insert/insert.module,v
retrieving revision 1.12
diff -u -r1.12 insert.module
--- insert.module	20 Jan 2011 22:17:50 -0000	1.12
+++ insert.module	20 Jan 2011 23:14:25 -0000
@@ -156,7 +156,7 @@
   // 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'];
