mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
ìµê·¼ ëê¸ ì¶ë ¥ì í´ë¹ ëê¸ì ê¶íì ì£¼ì´ ë²ë¦¬ë 문ì ìì
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3025 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b0ec2d7b4b
commit
877d230c95
1 changed files with 1 additions and 2 deletions
|
|
@ -147,7 +147,6 @@
|
|||
$oComment = null;
|
||||
$oComment = new commentItem();
|
||||
$oComment->setAttribute($attribute);
|
||||
$oComment->setGrant();
|
||||
|
||||
$result[$key] = $oComment;
|
||||
}
|
||||
|
|
@ -191,7 +190,7 @@
|
|||
|
||||
if(!$comment_srl) continue;
|
||||
|
||||
if($is_admin || $this->isGranted($comment_srl) || $member_srl == $logged_info->member_srl) $source_list[$i]->is_granted = true;
|
||||
//if($is_admin || $this->isGranted($comment_srl) || $member_srl == $logged_info->member_srl) $source_list[$i]->is_granted = true;
|
||||
|
||||
// 목록을 만듬
|
||||
$list[$comment_srl] = $source_list[$i];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue