Index: taxonomy_export.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/taxonomy_export/taxonomy_export.module,v
retrieving revision 1.1.4.1
diff -b -u -p -r1.1.4.1 taxonomy_export.module
--- taxonomy_export.module	28 Jan 2010 15:58:22 -0000	1.1.4.1
+++ taxonomy_export.module	10 Aug 2010 20:28:38 -0000
@@ -96,7 +96,7 @@ function taxonomy_export_taxonomy($op, $
  */
 function taxonomy_export_vocabulary_load($machine_name, $with_terms = FALSE) {
   ctools_include('export');
-  $objects = ctools_export_load_object('taxonomy_export', 'all', array($machine_name));
+  $objects = ctools_export_load_object('taxonomy_export', 'names', array($machine_name));
   $taxonomy_export = current($objects);
 
   // TODO: Sort out where and how terms should be loaded.  It is inelegant to
