Index: wp-admin/includes/post.php
===================================================================
--- wp-admin/includes/post.php	(revision 15401)
+++ wp-admin/includes/post.php	(working copy)
@@ -908,7 +908,7 @@
 		$query['posts_per_archive_page'] = -1;
 	}
 
-	wp( $query );
+	query_posts( $query );
 
 	return $avail_post_stati;
 }
