NobuNobu
nobun****@users*****
2006年 7月 27日 (木) 15:54:48 JST
Index: xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php diff -u xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.4 xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.5 --- xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php:1.1.2.4 Thu Jul 20 17:13:54 2006 +++ xoops2jp/html/modules/user/kernel/LegacypageFunctions.class.php Thu Jul 27 15:54:48 2006 @@ -1,7 +1,7 @@ <?php /** * @package user - * @version $Id: LegacypageFunctions.class.php,v 1.1.2.4 2006/07/20 08:13:54 minahito Exp $ + * @version $Id: LegacypageFunctions.class.php,v 1.1.2.5 2006/07/27 06:54:48 nobunobu Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -171,7 +171,7 @@ $root =& XCube_Root::getSingleton(); $xoopsConfig = $root->mController->getConfig(); - $root->mLanguageManager->loadModuleLanguage('user'); + $root->mLanguageManager->loadModuleMessageCatalog('user'); // Reset session $_SESSION = array();