Fix for 6.x-dev
Posted September 25th, 2008 by douggreen
6.x-1.x-dev, Code, bug report, normal, patch (code needs review)
Normally I post a patch but I do not have a lot of time right now and this change is simple.
To get the 6.x-dev version working change $form['form_id'] on line 17 of civicrm_theme.module to $form['form_id']['#value']
With that change, everything seems to be working fine for me.