You are here

function party_attached_entity_edit_form_form_submit in Party 7

Same name and namespace in other branches
  1. 8.2 plugins/content_types/party_attached_entity_edit_form.inc \party_attached_entity_edit_form_form_submit()

Submit Handler

1 string reference to 'party_attached_entity_edit_form_form_submit'
party_attached_entity_edit_form_form in plugins/content_types/party_attached_entity_edit_form.inc
Form

File

plugins/content_types/party_attached_entity_edit_form.inc, line 106
CTools content for user edit form

Code

function party_attached_entity_edit_form_form_submit(&$form, &$form_state) {

  // Make sure we stop it redirecting anywhere it shouldn't...
  unset($form_state['redirect']);
}