r7684 보완 - getModuleExtend() 포맷 맞춤

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7748 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2010-10-04 09:00:37 +00:00
parent 3b1e90fb26
commit 1474939e23

View file

@ -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;
}