--- modules/aggregator/aggregator.module 2010-05-28 18:06:59.000000000 +0200 +++ modules/aggregator/aggregatorNew.module 2010-07-19 19:22:23.035516942 +0200 @@ -483,6 +483,7 @@ function aggregator_element_start($parse if ($element != 'ITEM') { $element = $name; } + break; case 'LINK': if (!empty($attributes['REL']) && $attributes['REL'] == 'alternate') { if ($element == 'ITEM') { @@ -492,6 +493,10 @@ function aggregator_element_start($parse $channel['LINK'] = $attributes['HREF']; } } + else { + $items[$item]['LINK'] = $attributes['HREF']; + $channel['LINK'] = $attributes['HREF']; + } break; case 'ITEM': $element = $name;