mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
improvement to confirm the nickname change log.
This commit is contained in:
parent
1cb138fddc
commit
f729ab742e
8 changed files with 81 additions and 8 deletions
|
|
@ -709,10 +709,8 @@ class memberView extends member
|
|||
}
|
||||
}
|
||||
|
||||
$args = new stdClass();
|
||||
$args->member_srl = $member_srl;
|
||||
$args->page = Context::get('page');
|
||||
$output = executeQuery('member.getMemberModifyNickName', $args);
|
||||
$page = Context::get('page');
|
||||
$output = getModel('member')->getMemberModifyNicknameLog($page, $member_srl);
|
||||
|
||||
Context::set('total_count', $output->page_navigation->total_count);
|
||||
Context::set('total_page', $output->page_navigation->total_page);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue