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

@ -518,6 +518,7 @@ class documentItem extends BaseObject
}
else
{
$args->member_srl = 0;
$args->ipaddress = \RX_CLIENT_IP;
}
$args->document_srl = $this->document_srl;