mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 14:28:56 +00:00
Merge pull request #5842 from kasimi/ticket/16149
[ticket/16149] Always return default profile field data
This commit is contained in:
commit
1af967b00e
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ class manager
|
|||
|
||||
foreach ($user_ids as $user_id)
|
||||
{
|
||||
if (!isset($user_fields[$user_id][$used_ident]) && $this->profile_cache[$used_ident]['field_show_novalue'])
|
||||
if (!isset($user_fields[$user_id][$used_ident]))
|
||||
{
|
||||
$user_fields[$user_id][$used_ident]['value'] = '';
|
||||
$user_fields[$user_id][$used_ident]['data'] = $this->profile_cache[$used_ident];
|
||||
|
|
Loading…
Add table
Reference in a new issue