Line currently reads:
foreach ($js['setting'] as $js_settings) {
Should read:
foreach ($js['settings'] as $js_settings) {
-Josh
Line currently reads:
foreach ($js['setting'] as $js_settings) {
Should read:
foreach ($js['settings'] as $js_settings) {
-Josh
Comments
Comment #1
JoshOrndorff commentedComment #2
deviantintegral commentedThanks, fixed in 8ce8a42.