this Line 63 deletes double Entries from the Page-List. Normaly it's not possible to have double Pages, so you dont need this Line 63
for a fast resolution set a # to the beginn of Line 63 in aggregator/view.php, like
#foreach($agg_pages as $agg) { unset($items[$agg]); }
or use the next
Version 1.4