--- covert_fields.widget.inc	2010-02-16 15:46:21.000000000 -0500
+++ covert_fields.widget.inc.rbd	2010-04-01 10:51:09.000000000 -0400
@@ -107,7 +107,7 @@ function covert_fields_widget(array &$fo
         t('@module does not know how to handle widget type "@type".',
           array(
             '@module'  => CF_MODULE_NAME,
-            '@type'    => $widget['type']
+            '@type'    => $field['widget']['type']
           )));
   }
 
