git-svn-id: http://xe-core.googlecode.com/svn/trunk@399 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-13 08:30:44 +00:00
parent b75b90ec27
commit a1e771aa07

View file

@ -278,10 +278,6 @@
// 생성된 객체에 자신이 호출된 위치를 세팅해줌
$oModule->setModule($module);
$oModule->setModulePath($class_path);
if(method_exists($oModule, 'init') && !$GLOBALS['_inited_module'][$module][$type]) {
$GLOBALS['_inited_module'][$module][$type] = true;
$oModule->init();
}
// GLOBALS 변수에 생성된 객체 저장
$GLOBALS['_loaded_module'][$module][$type] = $oModule;