mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
댓글 추천시에도 유저 설정에 따라 차단기능 추가
This commit is contained in:
parent
52d89720a3
commit
307486dbd9
1 changed files with 6 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ class ncenterliteController extends ncenterlite
|
|||
return;
|
||||
}
|
||||
|
||||
if($config->user_notify_setting == 'Y' && $oNcenterliteModel->getUserConfig($obj->target_member_srl)->data->vote_notify == 'N')
|
||||
if($config->user_notify_setting == 'Y' && $oNcenterliteModel->getUserConfig($obj->member_srl)->data->vote_notify == 'N')
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
@ -497,6 +497,11 @@ class ncenterliteController extends ncenterlite
|
|||
return;
|
||||
}
|
||||
|
||||
if($config->user_notify_setting == 'Y' && $oNcenterliteModel->getUserConfig($obj->member_srl)->data->vote_notify == 'N')
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
$oCommentModel = new commentModel();
|
||||
$oComment = $oCommentModel->getComment($obj->comment_srl);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue