mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
Add registered device list to active logins page
This commit is contained in:
parent
5ea9d52b0c
commit
570fab487e
5 changed files with 71 additions and 0 deletions
|
|
@ -584,6 +584,11 @@ class memberView extends member
|
|||
Context::set('page', $output->page);
|
||||
Context::set('active_logins', $output->data);
|
||||
Context::set('page_navigation', $output->page_navigation);
|
||||
|
||||
$args = new stdClass();
|
||||
$args->member_srl = $logged_info->member_srl;
|
||||
$output = executeQueryArray('member.getMemberDevice', $args);
|
||||
Context::set('registered_devices', $output->data);
|
||||
|
||||
$this->setTemplateFile('active_logins');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue