mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
class_path 출력문제 및 컴포넌트들의 popup.css안에 있는 경로 문제 수정.
(주의: 캐시가 남아있는 경우가 있으므로 각 에디터 컴포넌트들의 화면에서 Reload를 해야 하는 경우가 존재한다.) git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2491 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
168a16deb9
commit
a5f2d13f95
10 changed files with 10 additions and 10 deletions
|
|
@ -135,7 +135,7 @@
|
|||
function getComponentObject($component, $upload_target_srl = 0) {
|
||||
if(!$this->loaded_component_list[$component][$upload_target_srl]) {
|
||||
// 해당 컴포넌트의 객체를 생성해서 실행
|
||||
$class_path = sprintf('%s/components/%s/', $this->module_path, $component);
|
||||
$class_path = sprintf('%scomponents/%s/', $this->module_path, $component);
|
||||
$class_file = sprintf('%s%s.class.php', $class_path, $component);
|
||||
if(!file_exists($class_file)) return new Object(-1, sprintf(Context::getLang('msg_component_is_not_founded'), $component));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue