Hi,

In the colors description fieldset, the module states 'Enter an RGB hexidecimal value like #ffffff. Leave blank to use default colors.'. However, when you empty the field and save, the default value does not appear. I believe line 71 in designkit.admin.inc should be changed from

      if (isset($color[$name])){

to:

      if (isset($color[$name]) && designkit_valid_color($color[$name])) {

Makes sence?

Comments

yhahn’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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