mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
[8105] 보완
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8106 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bc9020fad5
commit
3c41b9d7c0
1 changed files with 2 additions and 2 deletions
|
|
@ -518,8 +518,8 @@
|
|||
|
||||
// 클래스 파일을 읽은 후 객체 생성
|
||||
require_once($class_file);
|
||||
$tmp_fn = create_function('', sprintf('return new %s("%s","%s");', $component, $editor_sequence, $class_path));
|
||||
$oComponent = $tmp_fn();
|
||||
$tmp_fn = create_function('$seq,$path', "return new {$component}(\$seq,\$path);");
|
||||
$oComponent = $tmp_fn($editor_sequence, $class_path);
|
||||
if(!$oComponent) return new Object(-1, sprintf(Context::getLang('msg_component_is_not_founded'), $component));
|
||||
|
||||
// 설정 정보를 추가
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue