Minahito
minah****@users*****
2006年 7月 20日 (木) 17:20:22 JST
Index: xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php diff -u xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php:1.1.2.15 xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php:1.1.2.16 --- xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php:1.1.2.15 Thu Jun 22 14:55:36 2006 +++ xoops2jp/html/modules/base/class/Legacy_AdminModuleController.class.php Thu Jul 20 17:20:22 2006 @@ -1,5 +1,5 @@ <?php -// $Id: Legacy_AdminModuleController.class.php,v 1.1.2.15 2006/06/22 05:55:36 minahito Exp $ +// $Id: Legacy_AdminModuleController.class.php,v 1.1.2.16 2006/07/20 08:20:22 minahito Exp $ // ------------------------------------------------------------------------ // // XOOPSCube - PHP Content Management System // // Copyright (c) 2005 XOOPSCube.org // @@ -164,9 +164,9 @@ function setupLanguage() { - $languageManager=&$this->mController->mRoot->getLanguageManager(); - $languageManager->loadModuleAdminLanguage($this->mModuleObject->getVar('dirname')); - $languageManager->loadManifestoLanguage($this->mModuleObject->getVar('dirname')); + $languageManager =& $this->mController->mRoot->getLanguageManager(); + $languageManager->loadModuleAdminMessageCatalog($this->mModuleObject->getVar('dirname')); + $languageManager->loadModinfoMessageCatalog($this->mModuleObject->getVar('dirname')); } function _processErrorModuleNotExist()