From 1474939e231b46c61522da73b9d51a29b224654e Mon Sep 17 00:00:00 2001 From: bnu Date: Mon, 4 Oct 2010 09:00:37 +0000 Subject: [PATCH] =?UTF-8?q?r7684=20=EB=B3=B4=EC=99=84=20-=20getModuleExten?= =?UTF-8?q?d()=20=ED=8F=AC=EB=A7=B7=20=EB=A7=9E=EC=B6=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7748 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/module/module.model.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/module/module.model.php b/modules/module/module.model.php index 50da27b81..ffd49158f 100644 --- a/modules/module/module.model.php +++ b/modules/module/module.model.php @@ -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; }