Index: branches/5.3.x/core/units/user_profile/user_profile_tp.php =================================================================== diff -u -N -r15483 -r15698 --- branches/5.3.x/core/units/user_profile/user_profile_tp.php (.../user_profile_tp.php) (revision 15483) +++ branches/5.3.x/core/units/user_profile/user_profile_tp.php (.../user_profile_tp.php) (revision 15698) @@ -1,6 +1,6 @@ SelectParam($params, 'name,field'); - $profile_mapping = $this->Application->getUnitOption('u', 'UserProfileMapping'); + $profile_mapping = $this->Application->getUnitConfig('u')->getUserProfileMapping(); $user_field = array_key_exists($field, $profile_mapping) ? $profile_mapping[$field] : false; if (array_key_exists('profile_field', $params) && $params['profile_field']) {