mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
불필요한 권한 설정 삭제
문서 관리 권한이 없음에도 모든 모듈 관리자의 isGranted() 값이 true로 지정되는 문제
This commit is contained in:
parent
b6ba2cf685
commit
697eb5d909
1 changed files with 0 additions and 3 deletions
|
|
@ -289,9 +289,6 @@ class BoardView extends Board
|
|||
}
|
||||
}
|
||||
|
||||
// check the manage grant
|
||||
if($this->grant->manager) $oDocument->setGrant();
|
||||
|
||||
// if the consultation function is enabled, and the document is not a notice
|
||||
if($this->consultation && !$oDocument->isNotice())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue