- Patch #508280 by gordon, deekayen: OPML remote location should accept longer URLs.

merge-requests/26/head
Dries Buytaert 2009-07-03 05:12:25 +00:00
parent e6caf7a0e1
commit 87c33e26ea
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ function aggregator_form_opml(&$form_state) {
$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(