mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 14:22:54 +09:00
코드 정리
This commit is contained in:
parent
48c818d7de
commit
f93ad9c0f6
5 changed files with 163 additions and 102 deletions
|
|
@ -1257,7 +1257,7 @@ class commentController extends comment
|
|||
$oDocument = $oDocumentModel->getDocument($document_srl);
|
||||
}
|
||||
|
||||
if(!$oDocument->isExists() || !$oDocument->isGranted())
|
||||
if(!$oDocument->isGranted())
|
||||
{
|
||||
return new BaseObject(-1, 'msg_not_permitted');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue