diff --git a/core/modules/aggregator/aggregator.views.inc b/core/modules/aggregator/aggregator.views.inc index 02f9217..15c22ac 100644 --- a/core/modules/aggregator/aggregator.views.inc +++ b/core/modules/aggregator/aggregator.views.inc @@ -158,6 +158,11 @@ function aggregator_views_data() { $data['aggregator_feed']['table']['group'] = t('Aggregator feed'); + $data['aggregator_feed']['table']['base'] = array( + 'field' => 'fid', + 'title' => t('Aggregator feed'), + ); + $data['aggregator_feed']['table']['join'] = array( 'aggregator_item' => array( 'left_field' => 'fid',