diff --git a/features.export.inc b/features.export.inc
index 7d7a5f8..94dc6c9 100644
--- a/features.export.inc
+++ b/features.export.inc
@@ -459,7 +459,7 @@ function features_tar_create($name, $contents) {
  */
 function features_var_export($var, $prefix = '', $init = TRUE) {
   if (is_object($var)) {
-    $output = method_exists($var, 'export') ? $var->export() : features_var_export((array) $var);
+    $output = method_exists($var, 'export') ? $var->export() : features_var_export((array) $var, '', FALSE);
   }
   else if (is_array($var)) {
     if (empty($var)) {
