- Patch #508280 by gordon, deekayen: OPML remote location should accept longer URLs.
parent
e6caf7a0e1
commit
87c33e26ea
|
@ -241,6 +241,7 @@ function aggregator_form_opml(&$form_state) {
|
||||||
$form['remote'] = array(
|
$form['remote'] = array(
|
||||||
'#type' => 'textfield',
|
'#type' => 'textfield',
|
||||||
'#title' => t('OPML Remote URL'),
|
'#title' => t('OPML Remote URL'),
|
||||||
|
'#maxlength' => 1024,
|
||||||
'#description' => t('Enter the URL of an OPML file. This file will be downloaded and processed only once on submission of the form.'),
|
'#description' => t('Enter the URL of an OPML file. This file will be downloaded and processed only once on submission of the form.'),
|
||||||
);
|
);
|
||||||
$form['refresh'] = array(
|
$form['refresh'] = array(
|
||||||
|
|
Loading…
Reference in New Issue