Issue 1381 commit

git-svn-id: http://xe-core.googlecode.com/svn/trunk@10053 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
Eundong 2012-01-29 13:18:18 +00:00
parent ddafe6ea4c
commit 2d3dfe7bc7

View file

@ -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);
}
/**