주석 내용을 명확하게 고침.

This commit is contained in:
BJRambo 2016-09-10 20:34:16 +09:00
parent 5848572bb1
commit e0b619dea0

View file

@ -417,7 +417,7 @@ class ncenterliteController extends ncenterlite
$notify_list = $oNcenterliteModel->getNotifyMemberSrlByCommentSrl($obj->comment_srl);
// 대댓글이 2개이상일경우 comment
// 대댓글의 대댓글일 경우 혹은 중복적으로 받는 경우 comment_srl 당 2개이상 notify가 생성될 수 있다.
$member_srls = array();
foreach($notify_list as $value)
{