mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix #1900 incorrect detection of non-member vote status
This commit is contained in:
parent
b91fb3ee7a
commit
031261469e
4 changed files with 14 additions and 1 deletions
|
|
@ -518,6 +518,7 @@ class documentItem extends BaseObject
|
|||
}
|
||||
else
|
||||
{
|
||||
$args->member_srl = 0;
|
||||
$args->ipaddress = \RX_CLIENT_IP;
|
||||
}
|
||||
$args->document_srl = $this->document_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue