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,7 +149,6 @@
|
|||
$origin_config->{$key} = $val;
|
||||
}
|
||||
|
||||
return $this->insertModuleConfig($module, $origin_config, $site_srl);
|
||||
//remove from cache
|
||||
$oCacheHandler = &CacheHandler::getInstance('object');
|
||||
if($oCacheHandler->isSupport())
|
||||
|
|
@ -157,6 +156,8 @@
|
|||
$cache_key = 'object:module_config:module_'.$module.'_site_srl_'.$site_srl;
|
||||
$oCacheHandler->delete($cache_key);
|
||||
}
|
||||
|
||||
return $this->insertModuleConfig($module, $origin_config, $site_srl);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue