diff --git a/includes/uuid_node.features.inc b/includes/uuid_node.features.inc
index 72ac1a0..2f32efe 100755
--- a/includes/uuid_node.features.inc
+++ b/includes/uuid_node.features.inc
@@ -13,7 +13,7 @@ function uuid_node_features_export_options() {
   // Check what content types are enabled for uuid features export.
   $enabled_types = variable_get('uuid_features_entity_node', FALSE);
   if (!empty($enabled_types)) {
-    $types = node_type_get_types();
+    $types = node_type_get_names();
     $query = db_select('node', 'n');
     $query->fields('n', array('nid', 'title', 'type', 'uuid'))
       ->condition('type', $enabled_types)
