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

Keep widget under FF under control.

parent 8211134b
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,7 @@ class FeedsFileFetcher extends FeedsFetcher {
'#description' => empty($source_config['source']) ? t('Select the file to be imported from your local system.') : t('Select a different file to be imported from your local system.'),
'#theme' => 'feeds_upload',
'#file_info' => $info,
'#size' => 10,
);
return $form;
}
......
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