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

#613494 miasma: Remove length limit from URL.

parent 615622c0
No related branches found
No related tags found
No related merge requests found
...@@ -57,6 +57,7 @@ class FeedsHTTPFetcher extends FeedsFetcher { ...@@ -57,6 +57,7 @@ class FeedsHTTPFetcher extends FeedsFetcher {
'#title' => t('URL'), '#title' => t('URL'),
'#description' => t('Enter a feed URL.'), '#description' => t('Enter a feed URL.'),
'#default_value' => isset($source_config['source']) ? $source_config['source'] : '', '#default_value' => isset($source_config['source']) ? $source_config['source'] : '',
'#maxlength' => NULL,
'#required' => TRUE, '#required' => TRUE,
); );
return $form; 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