Skip to content

Commit

Permalink
Merge pull request joomla#3235 from radiant-tech/rssurl-require
Browse files Browse the repository at this point in the history
[joomla#32022] Make rssurl param required and validate to url
  • Loading branch information
infograf768 committed Apr 13, 2014
2 parents bb36cd8 + ba64c30 commit 4c2cded
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions administrator/modules/mod_feed/mod_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
type="url"
filter="url"
size="50"
required="true"
validate="url"
label="MOD_FEED_FIELD_RSSURL_LABEL"
description="MOD_FEED_FIELD_RSSURL_DESC" />
<field
Expand Down
2 changes: 2 additions & 0 deletions modules/mod_feed/mod_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
type="url"
size="50"
filter="url"
required="true"
validate="url"
label="MOD_FEED_FIELD_RSSURL_LABEL"
description="MOD_FEED_FIELD_RSSURL_DESC" />
<field
Expand Down

0 comments on commit 4c2cded

Please sign in to comment.