Changes between Initial Version and Version 1 of Ticket #3044, comment 4
- Timestamp:
- 02/05/2011 10:21:15 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3044, comment 4
initial v1 4 4 I noticed that the $this->id passed to every filter in the BP_XProfile_ProfileData::save() method is always empty... 5 5 6 This is what I did to find out:7 8 {{{9 $log = fopen( $_SERVER['DOCUMENT_ROOT'].'/log.txt', a );10 fwrite($log, print_r($this, true));11 fclose($log);12 }}}13 14 The log.txt file shows that the "id" of the object is empty.15 6 I don't know if this is normal, if it's just a problem on my installation or whatever... 16 7