Index: bootstrap.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/bootstrap.inc,v
retrieving revision 1.367
diff -u -r1.367 bootstrap.inc
--- bootstrap.inc	26 Mar 2010 17:14:45 -0000	1.367
+++ bootstrap.inc	27 Mar 2010 00:39:57 -0000
@@ -1181,6 +1181,7 @@
         $obj->$key = $value;
       }
     }
+    $obj->$field = $data;
   }
   return $obj;
 }

