Commit 232934 by dries
- Patch #508280 by gordon, deekayen: OPML remote location should accept longer URLs.
--- modules/aggregator/aggregator.admin.inc 2009/06/29 14:24:56 1.33
+++ modules/aggregator/aggregator.admin.inc 2009/07/03 05:12:25 1.34
@@ -241,6 +241,7 @@
$form['remote'] = array(
'#type' => 'textfield',
'#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.'),
);
$form['refresh'] = array(
+++ modules/aggregator/aggregator.admin.inc 2009/07/03 05:12:25 1.34
@@ -241,6 +241,7 @@
$form['remote'] = array(
'#type' => 'textfield',
'#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.'),
);
$form['refresh'] = array(