Closed (fixed)
Project:
Cache Actions
Version:
6.x-2.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2010 at 05:28 UTC
Updated:
3 Dec 2010 at 09:20 UTC
In cache_actions.rules.inc, cache_actions_action_clear_cache_cid_form() the wildcard element is defined as
$form['settings']['wildcard'] = array(
'#type' => 'checkbox',
'#title' => t('Use wildcard'),
'#options' => $cache_bins,
'#default_value' => $settings['wildcard'],
);
'#options' => $cache_bins, should not be present and causes an error when you try and submit the form. Removing that from the element removes the error.
Comments
Comment #1
fabsor commentedThanks for reporting the bug. A fix has been commited to the 2.0 branch.