mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Fix inncorrect read count for anonymous documents
This commit is contained in:
parent
2d1ff01688
commit
e44f5ef434
1 changed files with 1 additions and 1 deletions
|
|
@ -1532,7 +1532,7 @@ class DocumentController extends Document
|
||||||
|
|
||||||
// Get document and user information.
|
// Get document and user information.
|
||||||
$document_srl = $oDocument->document_srl;
|
$document_srl = $oDocument->document_srl;
|
||||||
$member_srl = $oDocument->get('member_srl');
|
$member_srl = abs($oDocument->get('member_srl'));
|
||||||
$logged_info = Context::get('logged_info');
|
$logged_info = Context::get('logged_info');
|
||||||
|
|
||||||
// Option 'some': only count once per session.
|
// Option 'some': only count once per session.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue