? 625196-44_avoid_array_merge_warning.patch
? 923318-1_avoid_fatal_error.patch
? libraries/simplepie.inc
Index: includes/FeedsSource.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feeds/includes/FeedsSource.inc,v
retrieving revision 1.21
diff -u -p -r1.21 FeedsSource.inc
--- includes/FeedsSource.inc	15 Sep 2010 20:06:20 -0000	1.21
+++ includes/FeedsSource.inc	26 Sep 2010 16:19:52 -0000
@@ -301,6 +301,7 @@ class FeedsSource extends FeedsConfigura
       $this->importer->existing();
       return parent::existing();
     }
+    throw new FeedsNotExistingException(t('Object is not persistent.'));
   }
 
   /**
