Index: branches/5.2.x/core/units/user_profile/user_profile_tp.php =================================================================== diff -u -N -r15012 -r15137 --- branches/5.2.x/core/units/user_profile/user_profile_tp.php (.../user_profile_tp.php) (revision 15012) +++ branches/5.2.x/core/units/user_profile/user_profile_tp.php (.../user_profile_tp.php) (revision 15137) @@ -1,6 +1,6 @@ Application->recallObject( $this->getUserPrefixSpecial() ); + $user = $this->Application->recallObject( $this->getUserPrefixSpecial() ); /* @var $user kDBItem */ $sql = 'SELECT VariableValue, VariableName @@ -104,7 +104,7 @@ static $field_count = null; if (!isset($field_count)) { - $user =& $this->Application->recallObject( $this->getUserPrefixSpecial() ); + $user = $this->Application->recallObject( $this->getUserPrefixSpecial() ); /* @var $user kDBItem */ $display_to_public = $user->GetDBField('DisplayToPublic');