코드 정리

This commit is contained in:
conory 2017-12-13 21:10:46 +09:00
parent 48c818d7de
commit f93ad9c0f6
5 changed files with 163 additions and 102 deletions

View file

@ -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');
}