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

This commit is contained in:
zero 2007-03-30 13:49:58 +00:00
parent bb52da1052
commit 7e38ed91ff
144 changed files with 1 additions and 1 deletions

View file

@ -192,7 +192,7 @@
$lang_type = Context::getLangType();
// 요청된 컴포넌트의 xml파일 위치를 구함
$component_path = sprintf('%scomponents/%s/', $this->module_path, $component);
$component_path = sprintf('./editor_components/%s/', $component);
$xml_file = sprintf('%sinfo.xml', $component_path);
$cache_file = sprintf('./files/cache/editor/%s.%s.php', $component, $lang_type);