Minahito
minah****@users*****
2006年 6月 28日 (水) 14:47:32 JST
Index: xoops2jp/html/modules/pm/preload/Preload.class.php diff -u xoops2jp/html/modules/pm/preload/Preload.class.php:1.1.2.1 xoops2jp/html/modules/pm/preload/Preload.class.php:1.1.2.2 --- xoops2jp/html/modules/pm/preload/Preload.class.php:1.1.2.1 Thu Jun 22 14:38:05 2006 +++ xoops2jp/html/modules/pm/preload/Preload.class.php Wed Jun 28 14:47:32 2006 @@ -8,10 +8,12 @@ require_once XOOPS_ROOT_PATH . "/modules/pm/kernel/PmEventProxyRegister.class.php"; $this->mController->mRoot->mEventManager->addProxyRegister(new PmEventProxyRegister()); + /* require_once XOOPS_ROOT_PATH . "/modules/pm/service/LegacyPmService.class.php"; $service =& new LegacyPmService(); $this->mController->mRoot->mServiceManager->addXCubeService("PrivateMessage", $service); unset($service); + */ } }