--- node.module.orig Thu Jul 15 19:11:45 2004 +++ node.module Thu Jul 15 23:23:14 2004 @@ -1382,7 +1383,9 @@ function node_submit($node) { // Node was submitted successfully. Redirect to the viewing page. drupal_set_message($msg); - drupal_goto('node/'. $node->nid); + if (!isset($node->image_path)) { + drupal_goto('node/'. $node->nid); + } } /**