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

Back to archive index

Minahito minah****@users*****
2006年 8月 8日 (火) 16:46:08 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.63 xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.64
--- xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php:1.1.2.63	Mon Aug  7 20:30:16 2006
+++ xoops2jp/html/modules/base/kernel/Legacy_Controller.class.php	Tue Aug  8 16:46:08 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package Legacy
- * @version $Id: Legacy_Controller.class.php,v 1.1.2.63 2006/08/07 11:30:16 minahito Exp $
+ * @version $Id: Legacy_Controller.class.php,v 1.1.2.64 2006/08/08 07:46:08 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -1171,7 +1171,7 @@
 
 	function setupModuleController()
 	{
-		require_once XOOPS_BASE_PATH . "/class/Legacy_AdminModuleController.class.php";
+		require_once XOOPS_BASE_PATH . "/kernel/Legacy_AdminModuleController.class.php";
 		$this->mController->mModuleController =& new Legacy_AdminModuleController($this->mController);
 	}
 


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