1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

Merge branch 'develop-ascraeus' into develop

* develop-ascraeus:
  [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:08:08 +02:00

View File

@@ -397,7 +397,7 @@ class manager
} }
$field_desc = $contact_url = ''; $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']); $value = $profile_field->get_profile_contact_value($ident_ary['value'], $ident_ary['data']);
$field_desc = $this->user->lang($ident_ary['data']['field_contact_desc']); $field_desc = $this->user->lang($ident_ary['data']['field_contact_desc']);