mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
댓글알림을 받을 인원이 한명일 경우 member_srl 을 가져오지 못하는 문제 고침
This commit is contained in:
parent
3ce11f6432
commit
c32ed82564
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class ncenterliteController extends ncenterlite
|
||||||
$comment_args = new stdClass();
|
$comment_args = new stdClass();
|
||||||
$comment_args->member_srl = $obj->member_srl;
|
$comment_args->member_srl = $obj->member_srl;
|
||||||
$comment_args->document_srl = $obj->document_srl;
|
$comment_args->document_srl = $obj->document_srl;
|
||||||
$other_comment = executeQuery('ncenterlite.getOtherCommentByMemberSrl', $comment_args);
|
$other_comment = executeQueryArray('ncenterlite.getOtherCommentByMemberSrl', $comment_args);
|
||||||
foreach ($other_comment->data as $value)
|
foreach ($other_comment->data as $value)
|
||||||
{
|
{
|
||||||
$args = new stdClass();
|
$args = new stdClass();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue