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

Back to archive index

Minahito minah****@users*****
2005年 12月 27日 (火) 14:29:51 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.8 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.9
--- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.8	Tue Dec 27 00:49:18 2005
+++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php	Tue Dec 27 14:29:51 2005
@@ -604,8 +604,8 @@
 
 	function setupModuleController(&$controller)
 	{
-		require_once XOOPS_BASE_PATH."/class/Base_LegacyModuleController.class.php";
-		$controller->mModuleController=new Base_LegacyModuleController($controller);
+		require_once XOOPS_BASE_PATH."/kernel/Legacy_ModuleController.class.php";
+		$controller->mModuleController=new Legacy_ModuleController($controller);
 	}
 
 	function setupRenderSystem(&$controller)


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