Merge pull request #2719 from lucifer4o/ticket/12791

[ticket/12791] String profile fields do not use links ...

* lucifer4o/ticket/12791:
  [ticket/12791] Changed the if check
  [ticket/12791] String profile fields do not use links ...
This commit is contained in:
Joas Schilling 2014-07-27 20:06:53 +02:00
commit 8a6d3f2b1d

View file

@ -397,7 +397,7 @@ class manager
}
$field_desc = $contact_url = '';
if ($use_contact_fields)
if ($use_contact_fields && $ident_ary['data']['field_is_contact'])
{
$value = $profile_field->get_profile_contact_value($ident_ary['value'], $ident_ary['data']);
$field_desc = $this->user->lang($ident_ary['data']['field_contact_desc']);