Index: branches/5.3.x/core/units/user_profile/user_profile_eh.php =================================================================== diff -u -N -r15483 -r15698 --- branches/5.3.x/core/units/user_profile/user_profile_eh.php (.../user_profile_eh.php) (revision 15483) +++ branches/5.3.x/core/units/user_profile/user_profile_eh.php (.../user_profile_eh.php) (revision 15698) @@ -1,6 +1,6 @@ Application->getUnitOption('u', 'UserProfileMapping'); + $profile_mapping = $this->Application->getUnitConfig('u')->getUserProfileMapping(); foreach ($field_values as $variable_name => $variable_value) { if (array_key_exists($variable_name, $profile_mapping)) {