mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
#18383550 문서와 댓글에 알람을 켠 경우 2번씩 쪽지가 가는 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8078 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c633010b7d
commit
18f4f4d07d
1 changed files with 3 additions and 1 deletions
|
|
@ -236,7 +236,9 @@
|
|||
// 원본 댓글이 있고 원본 댓글에 알림(notify_message)가 있으면 메세지 보냄
|
||||
if($obj->parent_srl) {
|
||||
$oParent = $oCommentModel->getComment($obj->parent_srl);
|
||||
$oParent->notify(Context::getLang('comment'), $obj->content);
|
||||
if ($oParent->get('member_srl') != $oDocument->get('member_srl')) {
|
||||
$oParent->notify(Context::getLang('comment'), $obj->content);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue