mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-18 18:02:15 +09:00
Merge branch 'develop' of https://github.com/rhymix/rhymix into pr/nohtml
# Conflicts: # modules/module/module.model.php
This commit is contained in:
commit
146975f277
7 changed files with 92 additions and 26 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