mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1484 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1428de4284
commit
e1372a0698
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue