mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
회원가입 설정에서 프로필사진을 사용할때에 출력
This commit is contained in:
parent
de019fad0f
commit
3f716c566d
2 changed files with 3 additions and 2 deletions
|
|
@ -116,6 +116,7 @@ class memberAdminView extends member
|
|||
Context::set('member_list', $output->data);
|
||||
Context::set('usedIdentifiers', $usedIdentifiers);
|
||||
Context::set('page_navigation', $output->page_navigation);
|
||||
Context::set('profileImageConfig', $config->profile_image);
|
||||
|
||||
$security = new Security();
|
||||
$security->encodeHTML('member_list..user_name', 'member_list..nick_name', 'member_list..group_list..');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue