On the aggregator settings page there is an option "Category selection type" which has two options, "checkboxes" and "multiple selector". Neither is selected by default.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

edmund.kwok’s picture

Status: Active » Needs review
FileSize
1.08 KB

Changed

'#default_value' => variable_get('aggregator_category_selector', 'check')

to

'#default_value' => variable_get('aggregator_category_selector', 'checkboxes')
drumm’s picture

Status: Needs review » Fixed

Committed to HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)