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

This commit is contained in:
zero 2007-02-21 14:10:54 +00:00
parent 907fefc8af
commit c5867a7706
8 changed files with 100 additions and 75 deletions

View file

@ -41,6 +41,7 @@
* 모듈 객체는 DisplayHandler에 의해 content 출력시 사용된다.
**/
$oModuleHandler = new ModuleHandler();
$oModuleHandler->init();
$oModule = &$oModuleHandler->getModule();
/**