Ticket #5222: 5222.patch
| File 5222.patch, 647 bytes (added by , 13 years ago) |
|---|
-
bp-xprofile/bp-xprofile-classes.php
174 174 if ( empty( $fields ) ) 175 175 return $groups; 176 176 177 // Maybe fetch field data 177 178 if ( ! empty( $fetch_field_data ) ) { 178 179 179 180 // Fetch the field data for the user. … … 230 231 } 231 232 } 232 233 } 234 } 233 235 234 } 236 // Maybe fetch visibility levels 237 if ( !empty( $fetch_visibility_level ) ) { 238 $fields = self::fetch_visibility_level( $user_id, $fields ); 239 } 235 240 236 241 // Merge the field array back in with the group array 237 242 foreach( (array) $groups as $group ) {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)