From c88f47c96800f5c593919f29c03d6622a20f735e Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 26 Mar 2007 04:28:01 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@646 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/editor.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/editor.class.php b/modules/editor/editor.class.php index a2a493ae0..c68c2518e 100644 --- a/modules/editor/editor.class.php +++ b/modules/editor/editor.class.php @@ -31,7 +31,7 @@ /** * @brief component의 객체 생성 **/ - function getComponentObject($component, $upload_target_srl) { + function getComponentObject($component, $upload_target_srl = 0) { // 해당 컴포넌트의 객체를 생성해서 실행 $class_path = sprintf('%scomponents/%s/', $this->module_path, $component); $class_file = sprintf('%s%s.class.php', $class_path, $component);