Loading entityform.admin.inc +0 −1 Original line number Diff line number Diff line Loading @@ -604,7 +604,6 @@ function entityform_edit_form_submit(&$form, &$form_state) { global $user; if (empty($user->uid)) { // For anonymous users we must store the id of their submission in the session. drupal_session_start(); $_SESSION['entityform_submission'] = $entityform->entityform_id; } $confirm_path = entity_ui_controller('entityform')->confirm_path($entityform->type, $entityform->entityform_id); Loading Loading
entityform.admin.inc +0 −1 Original line number Diff line number Diff line Loading @@ -604,7 +604,6 @@ function entityform_edit_form_submit(&$form, &$form_state) { global $user; if (empty($user->uid)) { // For anonymous users we must store the id of their submission in the session. drupal_session_start(); $_SESSION['entityform_submission'] = $entityform->entityform_id; } $confirm_path = entity_ui_controller('entityform')->confirm_path($entityform->type, $entityform->entityform_id); Loading