git-svn-id: http://xe-core.googlecode.com/svn/trunk@1484 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-23 02:21:11 +00:00
parent 1428de4284
commit e1372a0698

View file

@ -374,7 +374,7 @@
* 캐시된 설정 정보가 없으면 만들 캐시하고 return
**/
function getModuleConfig($module) {
if($GLOBALS['__ModuleConfig__'][$module]) {
if(!$GLOBALS['__ModuleConfig__'][$module]) {
$cache_file = sprintf('./files/cache/module_info/%s.config.php',$module);
if(!file_exists($cache_file)) {