[xoops-cvslog 5279] CVS update: xoops2jp/html/modules/legacy/kernel

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 10月 15日 (日) 01:40:55 JST


Index: xoops2jp/html/modules/legacy/kernel/Legacy_LanguageManager.class.php
diff -u xoops2jp/html/modules/legacy/kernel/Legacy_LanguageManager.class.php:1.1.2.1 xoops2jp/html/modules/legacy/kernel/Legacy_LanguageManager.class.php:1.1.2.2
--- xoops2jp/html/modules/legacy/kernel/Legacy_LanguageManager.class.php:1.1.2.1	Sat Oct 14 23:55:24 2006
+++ xoops2jp/html/modules/legacy/kernel/Legacy_LanguageManager.class.php	Sun Oct 15 01:40:55 2006
@@ -25,7 +25,7 @@
 	 */
 	function _setupDatabase()
 	{
-		$filename = XOOPS_MODULE_PATH . '/base/language/' . $this->mLanguageName . '/charset_' . XOOPS_DB_TYPE . '.php';
+		$filename = XOOPS_MODULE_PATH . '/legacy/language/' . $this->mLanguageName . '/charset_' . XOOPS_DB_TYPE . '.php';
 		if (file_exists($filename)) {
 			require_once($filename);
 		}
@@ -59,8 +59,8 @@
 
 	function loadGlobalMessageCatalog()
 	{
-		if (!$this->_loadFile(XOOPS_ROOT_PATH . "/modules/base/language/" . $this->mLanguageName . "/global.php")) {
-			$this->_loadFile(XOOPS_ROOT_PATH . "/modules/base/language/english/global.php");
+		if (!$this->_loadFile(XOOPS_ROOT_PATH . "/modules/legacy/language/" . $this->mLanguageName . "/global.php")) {
+			$this->_loadFile(XOOPS_ROOT_PATH . "/modules/legacy/language/english/global.php");
 		}
 
 		//


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index