Index: features.export.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/features/features.export.inc,v
retrieving revision 1.1.2.41
diff -u -p -r1.1.2.41 features.export.inc
--- features.export.inc	16 Oct 2009 19:29:27 -0000	1.1.2.41
+++ features.export.inc	28 Oct 2009 16:50:15 -0000
@@ -440,7 +440,7 @@ function features_tar_create($files) {
  */
 function features_var_export($var, $prefix = '', $init = TRUE) {
   if (is_object($var)) {
-    $output = method_exists($var, 'export') ? $var->export() : features_var_export((array) $output);
+    $output = method_exists($var, 'export') ? $var->export() : features_var_export((array) $var);
   }
   else if (is_array($var)) {
     if (empty($var)) {
