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
|
|
@ -216,6 +216,7 @@ class documentController extends document
|
|||
}
|
||||
else
|
||||
{
|
||||
$args->member_srl = 0;
|
||||
$args->ipaddress = \RX_CLIENT_IP;
|
||||
}
|
||||
$output = executeQuery('document.getDocumentVotedLogInfo', $args);
|
||||
|
|
@ -1698,6 +1699,7 @@ class documentController extends document
|
|||
}
|
||||
else
|
||||
{
|
||||
$args->member_srl = 0;
|
||||
$args->ipaddress = \RX_CLIENT_IP;
|
||||
}
|
||||
$args->document_srl = $document_srl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue