mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#18333864 수정.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6814 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b7b9d9724b
commit
02a0cf8948
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@
|
|||
// 현재 요청된 action의 퍼미션 type(guest, member, manager, root)를 구함
|
||||
$permission_target = $xml_info->permission->{$this->act};
|
||||
|
||||
// module.xml에 명시된 퍼미션이 없을때 ation명에 Admin이 있으면 manager로 체크
|
||||
// module.xml에 명시된 퍼미션이 없을때 action명에 Admin이 있으면 manager로 체크
|
||||
if(!$permission_target && substr_count($this->act, 'Admin')) $permission_target = 'manager';
|
||||
|
||||
// 권한 체크
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue