--- meta.php (22231)
+++ meta.php (working copy)
@@ -274,7 +274,7 @@
 	$check = apply_filters( "get_{$meta_type}_metadata", null, $object_id, $meta_key, $single );
 	if ( null !== $check ) {
 		if ( $single && is_array( $check ) )
-			return $check[0];
+			return @$check[0];
 		else
 			return $check;
 	}
