diff --git a/node_export.pages.inc b/node_export.pages.inc index 0191e74..207996a 100644 --- a/node_export.pages.inc +++ b/node_export.pages.inc @@ -570,9 +570,6 @@ function node_export_import_form_submit($form, &$form_state) { foreach ($result['output'] as $output) { drupal_set_message($output, ($result['success'] ? 'status' : 'error')); } - // We need to send this user somewhere, and we know they have permission - // for this page: - drupal_goto('node/add/node_export'); } }