Skip to content
Snippets Groups Projects
Commit 7f3a42e6 authored by Alex Barth's avatar Alex Barth
Browse files

Allow OPML as an upload format.

parent 8937be36
No related branches found
No related tags found
No related merge requests found
......@@ -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,
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment