When export theme settings, i get bad lines:
...
grids[alpha_default][columns][] = '12 Columns'
grids[alpha_default][columns][] = '16 Columns'
grids[alpha_default][columns][] = '24 Columns'
...

Instead of:
...
grids[alpha_default][columns][12] = '12 Columns'
grids[alpha_default][columns][16] = '16 Columns'
grids[alpha_default][columns][24] = '24 Columns'
...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rlmumford’s picture

Here's a patch that should fix this.

I just removed a condition, I can't see when It would ever be used as the empty [] isn't found anywhere in the default omega themes' .info files.

rlmumford’s picture

Status: Active » Needs review

Setting to needs review

rlhawk’s picture

I ran into this issue also. rlmumford's patch fixed it for me, but I'd be curious to know the original reason for changing keys that are integers to empty keys.

fubhy’s picture

Status: Needs review » Fixed

Commited. Thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

English fix