mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
issue 1925, additional commit
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.1@10969 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ebe22cafa2
commit
f4aa1350bf
1 changed files with 4 additions and 1 deletions
|
|
@ -201,7 +201,10 @@
|
|||
$cache_key = $oCacheHandler->getGroupKey('documentList', $object_key);
|
||||
$output = $oCacheHandler->get($cache_key);
|
||||
|
||||
return $output;
|
||||
if($output)
|
||||
{
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
|
||||
$this->_setSearchOption($obj, $args, $query_id, $use_division);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue