mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 03:12:55 +09:00
rhymix 는 site_srl 이 항상 0이므로 불필요하게 module_info를 가져올 필요가 없음
This commit is contained in:
parent
f7915f8204
commit
4bc0a14dd1
1 changed files with 1 additions and 1 deletions
|
|
@ -980,7 +980,7 @@ class documentModel extends document
|
|||
|
||||
// Get a list of member groups
|
||||
$oMemberModel = getModel('member');
|
||||
$group_list = $oMemberModel->getGroups($module_info->site_srl);
|
||||
$group_list = $oMemberModel->getGroups();
|
||||
Context::set('group_list', $group_list);
|
||||
|
||||
$security = new Security();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue