Issue #2003594 by gcassie: Fixed duplicate array key in _form_test_disabled_elements().

8.0.x
Alex Pott 2013-05-31 10:07:49 +01:00
parent 7924d881b7
commit d46f4d2b14
1 changed files with 0 additions and 1 deletions

View File

@ -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,