From e1372a0698057655b677f999c89083435aebd0d2 Mon Sep 17 00:00:00 2001 From: zero Date: Wed, 23 May 2007 02:21:11 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@1484 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/module/module.model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module/module.model.php b/modules/module/module.model.php index d62e36c63..49df258b4 100644 --- a/modules/module/module.model.php +++ b/modules/module/module.model.php @@ -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)) {