[xoops-cvslog 5197] CVS update: xoops2jp/html/modules/legacy/admin/class

Back to archive index

Minahito minah****@users*****
2006年 10月 15日 (日) 00:59:25 JST


Index: xoops2jp/html/modules/legacy/admin/class/AbstractModuleInstaller.class.php
diff -u xoops2jp/html/modules/legacy/admin/class/AbstractModuleInstaller.class.php:1.1.2.1 xoops2jp/html/modules/legacy/admin/class/AbstractModuleInstaller.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/admin/class/AbstractModuleInstaller.class.php:1.1.2.1	Sat Oct 14 23:55:23 2006
+++ xoops2jp/html/modules/legacy/admin/class/AbstractModuleInstaller.class.php	Sun Oct 15 00:59:25 2006
@@ -5,7 +5,7 @@
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
 
-require_once XOOPS_BASE_PATH."/admin/class/ModuleUtils.class.php";
+require_once XOOPS_LEGACY_PATH."/admin/class/ModuleUtils.class.php";
 
 /**
  * This is a abstract class for the process of install, update and uninstall.
@@ -60,7 +60,7 @@
 		//
 		$root =& XCube_Root::getSingleton();
 		if (is_object($root->mLanguageManager)) {
-			$root->mLanguageManager->loadModuleAdminMessageCatalog('base');
+			$root->mLanguageManager->loadModuleAdminMessageCatalog('legacy');
 		}
 		
 		$this->mProcessScript =& new XCube_Delegate();


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