mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
r8112 추천 비추천 기능 옵셥 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8124 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
75b34ba9bc
commit
3894734590
4 changed files with 8 additions and 5 deletions
|
|
@ -444,13 +444,13 @@
|
|||
$comment_config = $oModuleModel->getModulePartConfig('comment',$module_srl);
|
||||
if($point == -1){
|
||||
if($comment_config->use_vote_down!='S') return new Object(-1, 'msg_invalid_request');
|
||||
$args->below_point = 0;
|
||||
}else{
|
||||
if($comment_config->use_vote_up!='S') return new Object(-1, 'msg_invalid_request');
|
||||
$args->more_point = 0;
|
||||
}
|
||||
|
||||
$args->comment_srl = $comment_srl;
|
||||
$args->point = $point;
|
||||
|
||||
$output = executeQueryArray('comment.getVotedMemberList',$args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue