This commit is contained in:
Nathan Coad
2018-05-22 10:23:15 +10:00
parent 65463ecb76
commit 8309c5d37b

View File

@@ -347,7 +347,7 @@ function booking_emails_custom_ajax_form_callback($form, &$form_state) {
// Rebuild the form // Rebuild the form
$form_state['rebuild'] = TRUE; $form_state['rebuild'] = TRUE;
return $form['form']; return $form['form']['email-definition'];
} }
/** /**