Skip to:
Content

BuddyPress.org

Ticket #2586: bp-xprofile-profiledata.patch

File bp-xprofile-profiledata.patch, 456 bytes (added by smurkas, 14 years ago)
  • bp-xprofile-classes.php

     
    713713                        $this->field_id         = $profiledata->field_id;
    714714                        $this->value            = stripslashes( $profiledata->value );
    715715                        $this->last_updated     = $profiledata->last_updated;
     716                } else {
     717                        $this->field_id = $field_id;
     718                        $this->user_id = $user_id;
    716719                }
    717720        }
    718721