327c327
<     'aggregator_item' => array(
---
>     'aggregator_feed' => array(
333a334,342
>   // Aggregator category item table
>   $data['aggregator_category_item']['table']['join'] = array(
>     'aggregator_item' => array(
>       'left_field' => 'iid',
>       'field' => 'iid',
>     ),
>   );
> 
>   // ----------------------------------------------------------------------
339a349,353
>       'left_table' => 'aggregator_category_item',
>       'left_field' => 'cid',
>       'field' => 'cid',
>     ),
>     'aggregator_feed' => array(
