mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
isAccessible()로 통일
This commit is contained in:
parent
81986c40a9
commit
f8ac11bda6
10 changed files with 16 additions and 22 deletions
|
|
@ -130,7 +130,7 @@ class memberController extends member
|
|||
$oDocument = $oDocumentModel->getDocument($document_srl);
|
||||
|
||||
// Check document
|
||||
if($oDocument->isSecret() && !$oDocument->isGranted())
|
||||
if(!$oDocument->isAccessible())
|
||||
{
|
||||
return $this->setError('msg_is_secret');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue