mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
언어정의 코드가 없을때에도 언어정의 캐시 파일을 require_once하도록 되어 있어 생기는 문제를 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6114 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f3a0b70462
commit
d42682701c
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@
|
||||||
$oModuleAdminController->makeCacheDefinedLangCode($site_module_info->site_srl);
|
$oModuleAdminController->makeCacheDefinedLangCode($site_module_info->site_srl);
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once($cache_file);
|
if(file_exists($cache_file)) require_once($cache_file);
|
||||||
}
|
}
|
||||||
if(!Context::get($matches[1]) && $lang[$matches[1]]) return $lang[$matches[1]];
|
if(!Context::get($matches[1]) && $lang[$matches[1]]) return $lang[$matches[1]];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue