additional language en for style skin.xml

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7376 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-04-21 02:01:02 +00:00
parent 941cd0b2a1
commit b308fe19f0
4 changed files with 14 additions and 3 deletions

View file

@ -542,10 +542,10 @@
* @brief 에디터 컴포넌트 목록 캐시 파일 이름 return
**/
function getCacheFile($filter_enabled= true, $site_srl = 0) {
$lang = Context::getLangType();
$lang_type = Context::getLangType();
$cache_path = _XE_PATH_.'files/cache/editor/cache/';
if(!is_dir($cache_path)) FileHandler::makeDir($cache_path);
$cache_file = $cache_path.'component_list.' . $lang .'.';
$cache_file = $cache_path.'component_list.' . $lang_type .'.';
if($filter_enabled) $cache_file .= 'filter.';
if($site_srl) $cache_file .= $site_srl.'.';
$cache_file .= 'php';