From 7f3a42e6a9a50bc006518f86b6fbec9bce7f1888 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Tue, 5 Oct 2010 23:01:39 +0000
Subject: [PATCH] Allow OPML as an upload format.

---
 plugins/FeedsFileFetcher.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/FeedsFileFetcher.inc b/plugins/FeedsFileFetcher.inc
index 9a7ab19a..35e00a55 100644
--- a/plugins/FeedsFileFetcher.inc
+++ b/plugins/FeedsFileFetcher.inc
@@ -189,7 +189,7 @@ class FeedsFileFetcher extends FeedsFetcher {
    */
   public function configDefaults() {
     return array(
-      'allowed_extensions' => 'txt csv tsv xml',
+      'allowed_extensions' => 'txt csv tsv xml opml',
       'direct' => FALSE,
     );
   }
-- 
GitLab