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

Back to archive index

Minahito minah****@users*****
2006年 1月 17日 (火) 19:29:45 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.17 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.18
--- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.17	Wed Jan 11 19:19:31 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php	Tue Jan 17 19:29:45 2006
@@ -581,9 +581,10 @@
 		$manager->addXCubeService("PrivateMessage",$service);
 		unset($service);
 
-//		require_once XOOPS_ROOT_PATH."/modules/comment/service/LegacyCommentService.class.php";
-//		$service=new LegacyCommentService();
-//		$manager->addXCubeService("Comment",$service);
+		require_once XOOPS_ROOT_PATH."/modules/base/service/LegacySearchService.class.php";
+		$service=new LegacySearchService();
+		$manager->addXCubeService("LegacySearch",$service);
+		unset($service);
 
 		return $manager;
 	}


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