Index: wp-includes/query.php
===================================================================
--- wp-includes/query.php	(revision 6648)
+++ wp-includes/query.php	(working copy)
@@ -27,7 +27,7 @@
 	$GLOBALS['wp_query'] =& $GLOBALS['wp_the_query'];
 	global $wp_query;
 	if ( !empty($wp_query->post) ) {
-		$GLOBALS['post'] = $wp_query->post;
+		$GLOBALS['post'] = $wp_query->next_post();
 		setup_postdata($wp_query->post);
 	}
 }

