mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
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:
commit
8a6d3f2b1d
1 changed files with 1 additions and 1 deletions
|
@ -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']);
|
||||||
|
|
Loading…
Add table
Reference in a new issue