mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix #645 comment navigation sometimes missing
This commit is contained in:
parent
e9bfb0e298
commit
714035c3a0
1 changed files with 2 additions and 2 deletions
|
|
@ -826,11 +826,11 @@ class documentItem extends Object
|
||||||
}
|
}
|
||||||
if (count($comment_srls))
|
if (count($comment_srls))
|
||||||
{
|
{
|
||||||
$output = executeQuery('comment.getCommentVotedLogMulti', (object)array(
|
$v_output = executeQuery('comment.getCommentVotedLogMulti', (object)array(
|
||||||
'comment_srls' => $comment_srls,
|
'comment_srls' => $comment_srls,
|
||||||
'member_srl' => $logged_info->member_srl,
|
'member_srl' => $logged_info->member_srl,
|
||||||
));
|
));
|
||||||
foreach ($output->data as $data)
|
foreach ($v_output->data as $data)
|
||||||
{
|
{
|
||||||
$_SESSION['voted_comment'][$data->comment_srl] = $data->point;
|
$_SESSION['voted_comment'][$data->comment_srl] = $data->point;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue