Index: aggregator.module =================================================================== RCS file: /cvs/drupal/drupal/modules/aggregator.module,v retrieving revision 1.228 diff -u -r1.228 aggregator.module --- aggregator.module 10 Feb 2005 20:33:18 -0000 1.228 +++ aggregator.module 2 Mar 2005 06:11:08 -0000 @@ -193,7 +193,7 @@ * * Generates blocks for the latest news items in each category and feed. */ -function aggregator_block($op, $delta, $edit = array()) { +function aggregator_block($op, $delta = 0, $edit = array()) { if (user_access('access news feeds')) { if ($op == 'list') { $result = db_query('SELECT cid, title FROM {aggregator_category} ORDER BY title');