After upgrading to the latest dev of Galleria, I've noticed that despite the theme selected in the chosen optionset, it reverts to the default. This is due to the settings being passed back to the preprocess function as $vars['settings']['optionset'], and being checked as $vars['settings']['galleria_optionset'] in the preoprocess function itself (when it doesn't yield a result, it reverts to the default optionset).
Patch to follow shortly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1528670--galleria-optionsets--1.patch | 562 bytes | alexiswatson |
Comments
Comment #1
alexiswatson commentedPatch attached.
Comment #2
kroimon commentedThanks for the report and even more thanks for the patch!
Just committed it, should be fixed in the next automatic -dev build in a few hours!