Posted by wvd_vegt on October 7, 2008 at 2:34pm
Jump to:
| Project: | SimpleFeed |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Hi,
As so many other modules this one also has the 'Blob/Text cannot have a default value' in it's 'url' field in simplefeed.install.
Please change
'url' => array(
'type' => 'text',
'default' => '',
'description' => t("The url of the feed."),into
'url' => array(
'type' => 'text',
'description' => t("The url of the feed."),--
wvd_vegt
Comments
#1
Gi,
The same bug should also be fixed in simplefeed_item.install!
#2
Thanks, fixed: http://drupal.org/cvs?commit=144916
#3
Automatically closed -- issue fixed for two weeks with no activity.