123
in
formcolorpicker.phpthere is a bug where it doesnt use the setted value
fix
in line 36 where
parent::__construct($caption, $name, 2, 7, '', $value);
it should be
parent::__construct($caption, $name, 2, 7, $value, '');
Some people like what you do,
-- some people hate what you do,
---- but most people simply don’t give a damn.