Skip to content

Commit

Permalink
! I broke custom fields in the member list back in March... (Memberli…
Browse files Browse the repository at this point in the history
…st.php)
  • Loading branch information
Nao committed Oct 18, 2014
1 parent c64ce87 commit ae18f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/app/Memberlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function Memberlist()
$context['colspan']++;
}
if (!empty($context['custom_fields']))
$context['columns'] = array_insert($context['columns'], 'id_group', $context['custom_fields']);
$context['columns'] = array_insert($context['columns'], 'group', $context['custom_fields']);

add_linktree($txt['members_list'], '<URL>?action=mlist');

Expand Down

0 comments on commit ae18f6c

Please sign in to comment.