mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 23:29:57 +09:00
#647 버그 수정
This commit is contained in:
parent
95322d2b5d
commit
ac7ea3c78d
1 changed files with 1 additions and 1 deletions
|
|
@ -818,7 +818,7 @@ class moduleModel extends module
|
||||||
if(!file_exists($xml_file)) return;
|
if(!file_exists($xml_file)) return;
|
||||||
|
|
||||||
$oCacheHandler = CacheHandler::getInstance('object');
|
$oCacheHandler = CacheHandler::getInstance('object');
|
||||||
if($oCacheHandler->isSupport())
|
if($oCacheHandler->isSupport() && date('U', filemtime($xml_file)) < $_SERVER['REQUEST_TIME'] )
|
||||||
{
|
{
|
||||||
$object_key = 'module:' . $module . '_' . Context::getLangType() . '_' . __XE_VERSION__;
|
$object_key = 'module:' . $module . '_' . Context::getLangType() . '_' . __XE_VERSION__;
|
||||||
$cache_key = $oCacheHandler->getGroupKey('site_and_module', $object_key);
|
$cache_key = $oCacheHandler->getGroupKey('site_and_module', $object_key);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue