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