mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Issue 1381 commit
git-svn-id: http://xe-core.googlecode.com/svn/trunk@10053 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ddafe6ea4c
commit
2d3dfe7bc7
1 changed files with 8 additions and 7 deletions
|
|
@ -149,14 +149,15 @@
|
||||||
$origin_config->{$key} = $val;
|
$origin_config->{$key} = $val;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//remove from cache
|
||||||
|
$oCacheHandler = &CacheHandler::getInstance('object');
|
||||||
|
if($oCacheHandler->isSupport())
|
||||||
|
{
|
||||||
|
$cache_key = 'object:module_config:module_'.$module.'_site_srl_'.$site_srl;
|
||||||
|
$oCacheHandler->delete($cache_key);
|
||||||
|
}
|
||||||
|
|
||||||
return $this->insertModuleConfig($module, $origin_config, $site_srl);
|
return $this->insertModuleConfig($module, $origin_config, $site_srl);
|
||||||
//remove from cache
|
|
||||||
$oCacheHandler = &CacheHandler::getInstance('object');
|
|
||||||
if($oCacheHandler->isSupport())
|
|
||||||
{
|
|
||||||
$cache_key = 'object:module_config:module_'.$module.'_site_srl_'.$site_srl;
|
|
||||||
$oCacheHandler->delete($cache_key);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue