mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-17 09:24:17 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@208 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
380d8f29a6
commit
b14df1d3b6
5 changed files with 21 additions and 5 deletions
|
|
@ -90,7 +90,7 @@
|
|||
$source_obj = $oCommentModel->getComment($obj->comment_srl);
|
||||
|
||||
// 권한이 있는지 확인
|
||||
if(!$oCommentModel->isGranted($obj->comment_srl)) return new Object(-1, 'msg_not_permitted');
|
||||
if(!$source_obj->is_granted) return new Object(-1, 'msg_not_permitted');
|
||||
|
||||
$oDB = &DB::getInstance();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue