Skip to:
Content

BuddyPress.org

Changeset 7807


Ignore:
Timestamp:
02/06/2014 02:23:45 AM (11 years ago)
Author:
boonebgorges
Message:

Fix bug in BP_XProfile_ProfileData::get_data_for_user() that was causing previously cached values to be replaced with empty values

See #1332

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-classes.php

    r7806 r7807  
    12511251
    12521252            // Set caches
    1253             foreach ( $field_ids as $field_id ) {
     1253            foreach ( $uncached_field_ids as $field_id ) {
    12541254
    12551255                // If a value was found, cache it
Note: See TracChangeset for help on using the changeset viewer.