mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix grant error when multiple groups are specified
This commit is contained in:
parent
0937da9fff
commit
1844fa4eee
1 changed files with 0 additions and 5 deletions
|
|
@ -2024,11 +2024,6 @@ class moduleModel extends module
|
|||
// Grant privileges by information that get from the DB
|
||||
foreach($this->getModuleGrants($module_info->module_srl)->data as $val)
|
||||
{
|
||||
if(isset($checked[$val->name]))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
$checked[$val->name] = true;
|
||||
|
||||
// All user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue