This commit is contained in:
Nathan Coad
2018-05-22 13:02:34 +10:00
parent 697d7d6b6a
commit e436f54974

View File

@@ -385,7 +385,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']['email-definition']; return $form['form'];
} }
/** /**