mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Fix #1513 while taking advantage of session cache
This commit is contained in:
parent
3e7f2e291c
commit
5fa290aaf1
2 changed files with 8 additions and 5 deletions
|
|
@ -558,7 +558,7 @@ class documentItem extends BaseObject
|
|||
return $_SESSION['declared_document'][$this->document_srl] = $declaredCount;
|
||||
}
|
||||
|
||||
return $_SESSION['declared_document'][$this->document_srl] = false;
|
||||
return false;
|
||||
}
|
||||
|
||||
function getTitle($cut_size = 0, $tail = '...')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue