Index: branches/5.2.x/core/units/user_profile/user_profile_eh.php =================================================================== diff -u -N -r14092 -r14095 --- branches/5.2.x/core/units/user_profile/user_profile_eh.php (.../user_profile_eh.php) (revision 14092) +++ branches/5.2.x/core/units/user_profile/user_profile_eh.php (.../user_profile_eh.php) (revision 14095) @@ -1,6 +1,6 @@ Application->StorePersistentVar($variable_name, unhtmlentities($variable_value)); + $this->Application->StorePersistentVar($variable_name, kUtil::unhtmlentities($variable_value)); } }