mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
ModuleObject에서 debugPrint()함수 제거 (테스트용)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2604 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7dce33e392
commit
5f10f311d1
1 changed files with 0 additions and 1 deletions
|
|
@ -305,7 +305,6 @@
|
|||
$kind = strpos(strtolower($forward->act),'admin')!==false?'admin':'';
|
||||
$oModule = &getModule($forward->module, $forward->type, $kind);
|
||||
$xml_info = $oModuleModel->getModuleActionXml($forward->module);
|
||||
debugPrint($forward->act);
|
||||
$oModule->setAct($forward->act);
|
||||
$oModule->init();
|
||||
$oModule->setModuleInfo($this->module_info, $xml_info);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue