Skip to content
Snippets Groups Projects
Commit b255c360 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent a73d6512
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment