mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
승인 권한 (grant) 구분자 변경
This commit is contained in:
parent
fc6206ab75
commit
1d4437135c
2 changed files with 3 additions and 3 deletions
|
|
@ -333,7 +333,7 @@ class ModuleObject extends Object
|
|||
return false;
|
||||
}
|
||||
// If grant name, check the privilege(granted) of the user
|
||||
else if($grant_names = explode('|', $permission))
|
||||
else if($grant_names = explode(',', $permission))
|
||||
{
|
||||
$privilege_list = array_keys((array) $this->xml_info->grant);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue