Ticket #2586: bp-xprofile-profiledata.patch
File bp-xprofile-profiledata.patch, 456 bytes (added by , 14 years ago) |
---|
-
bp-xprofile-classes.php
713 713 $this->field_id = $profiledata->field_id; 714 714 $this->value = stripslashes( $profiledata->value ); 715 715 $this->last_updated = $profiledata->last_updated; 716 } else { 717 $this->field_id = $field_id; 718 $this->user_id = $user_id; 716 719 } 717 720 } 718 721