mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
r7434 fix
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7438 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
96c71e8c9e
commit
fe09e55c51
12 changed files with 187 additions and 44 deletions
|
|
@ -56,6 +56,12 @@
|
|||
$this->add('title', $GLOBALS['XE_DOCUMENT_LIST'][$this->document_srl]->get('title'));
|
||||
$this->add('content', $GLOBALS['XE_DOCUMENT_LIST'][$this->document_srl]->get('content'));
|
||||
}
|
||||
|
||||
$CacheHandler = &CacheHandler::getInstance();
|
||||
if($CacheHandler->isSupport()){
|
||||
$readed_count = $CacheHandler->get('readed_count:'.$document_srl);
|
||||
if($readed_count) $this->add('readed_count', $readed_count);
|
||||
}
|
||||
}
|
||||
|
||||
function isExists() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue