Issue #2003594 by gcassie: Fixed duplicate array key in _form_test_disabled_elements().
parent
7924d881b7
commit
d46f4d2b14
|
@ -1781,7 +1781,6 @@ function _form_test_disabled_elements($form, &$form_state) {
|
||||||
$form['color'] = array(
|
$form['color'] = array(
|
||||||
'#type' => 'color',
|
'#type' => 'color',
|
||||||
'#title' => 'color',
|
'#title' => 'color',
|
||||||
'#disabled' => TRUE,
|
|
||||||
'#default_value' => '#0000ff',
|
'#default_value' => '#0000ff',
|
||||||
'#test_hijack_value' => '#ff0000',
|
'#test_hijack_value' => '#ff0000',
|
||||||
'#disabled' => TRUE,
|
'#disabled' => TRUE,
|
||||||
|
|
Loading…
Reference in New Issue