You are here

function context_admin_node_form_wrapper_validate in Contextual Administration 7

Poll module and other such ajax appears to die without a wrapper around node_form_validate as well.

1 string reference to 'context_admin_node_form_wrapper_validate'
context_admin_form_alter in ./context_admin.module
Implementation of hook_form_alter

File

./context_admin.module, line 271

Code

function context_admin_node_form_wrapper_validate($form, &$form_state) {
  module_load_include('inc', 'node', 'node.pages');
  node_form_validate($form, $form_state);
}