Index: taxonomy.php
===================================================================
--- taxonomy.php	(revision 31255)
+++ taxonomy.php	(working copy)
@@ -3687,6 +3687,9 @@
  */
 function get_object_term_cache($id, $taxonomy) {
 	$cache = wp_cache_get($id, "{$taxonomy}_relationships");
+	if( is_array( $cache ) ) {
+		return array_values( $cache );
+	}
 	return $cache;
 }
 
