Index: views/views_plugin_style_rss_fields.inc
===================================================================
--- views/views_plugin_style_rss_fields.inc (revision 1286)
+++ views/views_plugin_style_rss_fields.inc (working copy)
@@ -149,6 +149,12 @@
     return $items;
   }
 
+  function render() {
+    $this->row_plugin = 'fields';
+    return theme($this->theme_functions(), $this->view, $this->options, $this->view->result);
+  }
+
+
   /**
    * An array of available XML fields to map to.
    */
