Fix #1900 incorrect detection of non-member vote status

This commit is contained in:
Kijin Sung 2022-03-16 10:20:15 +09:00
parent b91fb3ee7a
commit 031261469e
4 changed files with 14 additions and 1 deletions

View file

@ -171,6 +171,7 @@ class commentController extends comment
}
else
{
$args->member_srl = 0;
$args->ipaddress = \RX_CLIENT_IP;
}
$output = executeQuery('comment.getCommentVotedLogInfo', $args);
@ -1449,6 +1450,7 @@ class commentController extends comment
}
else
{
$args->member_srl = 0;
$args->ipaddress = \RX_CLIENT_IP;
}
$args->comment_srl = $comment_srl;