Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #3044, comment 4


Ignore:
Timestamp:
02/05/2011 10:21:15 AM (14 years ago)
Author:
marinig
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3044, comment 4

    initial v1  
    44I noticed that the $this->id passed to every filter in the BP_XProfile_ProfileData::save() method is always empty...
    55
    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.
    156I don't know if this is normal, if it's just a problem on my installation or whatever...
    167