diff --git defaultcontent.features.inc defaultcontent.features.inc
index 0a84f3c..ba6e77a 100644
--- defaultcontent.features.inc
+++ defaultcontent.features.inc
@@ -11,8 +11,8 @@
 function content_features_export_options() {
 
  $options = array();
- foreach(defaultcontent_get_default() as $name=>$id) {
-   $options[$name] = $name;
+ foreach(defaultcontent_get_default() as $record) {
+   $options[$record->name] = $record->name;
  }
  return $options;
 }
