mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@840 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bb52da1052
commit
7e38ed91ff
144 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue