[xoops-cvslog 1182] CVS update: xoops2jp/html/modules/base/kernel

Back to archive index

Minahito minah****@users*****
2005年 11月 25日 (金) 03:10:11 JST


Index: xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php
diff -u xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.1 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.2
--- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.1	Thu Nov 24 18:34:42 2005
+++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php	Fri Nov 25 03:10:11 2005
@@ -321,6 +321,12 @@
 		require_once XOOPS_ROOT_PATH."/modules/pm/kernel/PmEventProxyRegister.class.php";
 		$manager->addProxyRegister(new PmEventProxyRegister());
 
+		//
+		// We write the following lines for test here.
+		//
+		require_once XOOPS_ROOT_PATH."/modules/comment/event/CommentEventProxyRegister.class.php";
+		$manager->addProxyRegister(new CommentEventProxyRegister());
+
 		$manager->setAnchorDelegate("Site.CheckLogin",new XCube_InstanceDelegate($this,"eventCheckLogin"));
 		$manager->setAnchorDelegate("Site.Logout",new XCube_InstanceDelegate($this,"eventLogout"));
 


xoops-cvslog メーリングリストの案内
Back to archive index