merging 5.5.4 bugfixes

This commit is contained in:
JT Smith 2004-01-01 23:08:28 +00:00
parent 1dba651ea1
commit a7ccedb956
5 changed files with 11 additions and 7 deletions

View file

@ -217,7 +217,8 @@ sub _get_rss_data {
}
_strip_html($rss);
$rss->{items} = [ $rss->{items} ] unless (ref $rss->{items} eq 'ARRAY');
_normalize_items($rss->{items});
$cache->set(Storable::freeze($rss), 3600);