Index: includes/FeedsBatch.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feeds/includes/FeedsBatch.inc,v
retrieving revision 1.15
diff -u -p -r1.15 FeedsBatch.inc
--- includes/FeedsBatch.inc	7 Sep 2010 17:29:36 -0000	1.15
+++ includes/FeedsBatch.inc	17 Oct 2010 20:01:30 -0000
@@ -145,12 +145,12 @@ class FeedsImportBatch extends FeedsBatc
   protected $title;
   protected $description;
   protected $link;
-  protected $items;
   protected $raw;
   protected $feed_nid;
   protected $current_item;
   public $created;
   public $updated;
+  public $items;
 
   public function __construct($raw = '', $feed_nid = 0) {
     parent::__construct();
