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.

Comments

edmund.kwok’s picture

Status: Active » Needs review
StatusFileSize
new1.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)