Index: branches/5.2.x/core/units/user_profile/user_profile_eh.php =================================================================== diff -u -N -r15314 -r16027 --- branches/5.2.x/core/units/user_profile/user_profile_eh.php (.../user_profile_eh.php) (revision 15314) +++ branches/5.2.x/core/units/user_profile/user_profile_eh.php (.../user_profile_eh.php) (revision 16027) @@ -1,6 +1,6 @@ Application->StorePersistentVar($variable_name, htmlspecialchars_decode($variable_value)); + $this->Application->StorePersistentVar($variable_name, $this->Application->unescapeRequestVariable($variable_value)); } } @@ -90,4 +90,4 @@ } } } - } \ No newline at end of file + }