Index: wp-includes/widgets.php
===================================================================
--- wp-includes/widgets.php	(revision 8862)
+++ wp-includes/widgets.php	(working copy)
@@ -912,7 +912,7 @@
 	else if ( $number > 15 )
 		$number = 15;
 
-	$r = new WP_Query(array('showposts' => $number, 'what_to_show' => 'posts', 'nopaging' => 0, 'post_status' => 'publish'));
+	$r = new WP_Query(array('showposts' => $number, 'what_to_show' => 'posts', 'nopaging' => 0, 'post_status' => 'publish', 'caller_get_posts' => 1));
 	if ($r->have_posts()) :
 ?>
 		<?php echo $before_widget; ?>
