mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 04:39:55 +09:00
r7684 보완 - getModuleExtend() 포맷 맞춤
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7748 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3b1e90fb26
commit
1474939e23
1 changed files with 1 additions and 2 deletions
|
|
@ -298,10 +298,9 @@
|
|||
/**
|
||||
* @brief 특정 module extend 가져옴
|
||||
**/
|
||||
function getModuleExtend($parent_module, $type, $kind='') {
|
||||
function getModuleExtend($parent_module, $extend_module, $type, $kind='') {
|
||||
$module_extend_info = $this->loadModuleExtends();
|
||||
$extend = $module_extend_info[$parent_module.'.'.$kind.'.'.$type];
|
||||
|
||||
return $extend;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue