mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@399 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b75b90ec27
commit
a1e771aa07
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue