===================================================================
--- D:/Eigene Dateien/WordPress [svn.automattic.com, v1.6]/wp-admin/post.php	(revision 3568)
+++ D:/Eigene Dateien/WordPress [svn.automattic.com, v1.6]/wp-admin/post.php	(working copy)
@@ -44,7 +44,7 @@
 	}
 
 	if ( isset($_POST['save']) )
-		$location = "post.php?action=edit&post=$post_ID";
+		$location = "post-new.php?action=edit&post=$post_ID";
 
 	header("Location: $location");
 	exit();

