diff options
Diffstat (limited to 'modules/aggregator/aggregator.pages.inc')
-rw-r--r-- | modules/aggregator/aggregator.pages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.pages.inc b/modules/aggregator/aggregator.pages.inc index 99dec6037..c311dab14 100644 --- a/modules/aggregator/aggregator.pages.inc +++ b/modules/aggregator/aggregator.pages.inc @@ -250,7 +250,7 @@ function theme_aggregator_categorize_items($form) { } $output .= theme('table', array('', t('Categorize')), $rows); $output .= drupal_render($form['submit']); - $output .= drupal_render($form); + $output .= drupal_render_children($form); return theme('aggregator_wrapper', $output); } |