r7746 보완

ㅠ

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7747 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2010-10-04 08:52:26 +00:00
parent 7dc76e3c88
commit 3b1e90fb26

View file

@ -83,7 +83,7 @@
*
**/
function insertModuleExtend($parent_module, $extend_module, $type, $kind=''){
if($kind != 'admin') $kind = 'svc';
if($kind != 'admin') $kind = '';
if(!in_array($type,array('model','controller','view'))) return;
$cache_file = './files/config/module_extend.php';