Index: bp-xprofile-functions.php
===================================================================
--- bp-xprofile-functions.php	(revision 9588)
+++ bp-xprofile-functions.php	(working copy)
@@ -173,10 +173,10 @@
 	if ( is_array( $values ) ) {
 		$data = array();
 		foreach( (array)$values as $value ) {
-			$data[] = apply_filters( 'xprofile_get_field_data', $value );
+			$data[] = apply_filters( 'xprofile_get_field_data', $value, $field_id );
 		}
 	} else {
-		$data = apply_filters( 'xprofile_get_field_data', $values );
+		$data = apply_filters( 'xprofile_get_field_data', $values, $field_id );
 	}
 
 	return $data;
