Issue #1445224 follow-up by xjm: Fixed more broken tests.

8.0.x
webchick 2012-07-08 07:31:45 -07:00
parent a73d65122c
commit b255c36053
1 changed files with 1 additions and 1 deletions

View File

@ -2133,7 +2133,7 @@ function form_test_checkboxes_zero($form, &$form_state, $json = TRUE) {
'#value' => 'Save',
);
if ($json) {
$form['#submit'][] = '_form_test_checkbox_submit';
$form['#submit'][] = '_form_test_submit_values_json';
}
else {
$form['#submit'][] = '_form_test_checkboxes_zero_no_redirect';