I've installed the latest 5.x version on my website and in the admin I can't turn off any of the checkboxes in the iframe section.
I can uncheck the checkboxes, and submit, but once it's been submitted if I re-open that section, they're all checked again. It's only the iframe ones, the rest seem to respond just fine.
Comments
Comment #1
nickorr commentedI figured out where this is wrong. I'm not sure how to build a patch, but it's a quick typo in the .module file on line 180. It currently reads :
$form['shadowbox']['shadowbox_supported_media']['shadowbox_supported_iframe.'] = array(
where it's got an extra "." after "shadowbox_supported_iframe", and it shouldn't. Hope this helps.
Comment #2
psynaptic commentedThanks nickorr!
Committed to both branches:
http://drupal.org/cvs?commit=167513
http://drupal.org/cvs?commit=167514