Ticket #3148: 3148.diff
File 3148.diff, 581 bytes (added by , 14 years ago) |
---|
-
bp-core/bp-core-classes.php
30 30 var $total_blogs; 31 31 var $total_groups; 32 32 33 function bp_core_user( $user_id, $populate_extras = false ) { 33 function BP_Core_User( $user_id, $populate_extras = false ){ 34 $this->__construct( $user_id, $populate_extras ); 35 } 36 37 function __construct( $user_id, $populate_extras = false ) { 34 38 if ( $user_id ) { 35 39 $this->id = $user_id; 36 40 $this->populate();