Minahito
minah****@users*****
2006年 7月 20日 (木) 17:14:28 JST
Index: xoops2jp/html/modules/user/actions/EditUserAction.class.php diff -u xoops2jp/html/modules/user/actions/EditUserAction.class.php:1.1.2.9 xoops2jp/html/modules/user/actions/EditUserAction.class.php:1.1.2.10 --- xoops2jp/html/modules/user/actions/EditUserAction.class.php:1.1.2.9 Wed Jul 19 19:20:33 2006 +++ xoops2jp/html/modules/user/actions/EditUserAction.class.php Thu Jul 20 17:14:28 2006 @@ -1,7 +1,7 @@ <?php /** * @package user - * @version $Id: EditUserAction.class.php,v 1.1.2.9 2006/07/19 10:20:33 minahito Exp $ + * @version $Id: EditUserAction.class.php,v 1.1.2.10 2006/07/20 08:14:28 minahito Exp $ */ if (!defined('XOOPS_ROOT_PATH')) exit(); @@ -94,7 +94,7 @@ // TODO Because abstract message catalog style is not decided, we load directly. // $root =& XCube_Root::getSingleton(); - require_once XOOPS_ROOT_PATH . "/language/" . $root->mController->getConfig('language') . "/notification.php"; + $root->mLanguageManager->loadPageTypeMessageCatalog('notification'); require_once XOOPS_ROOT_PATH . "/include/notification_constants.php"; $methodOptions = array(XOOPS_NOTIFICATION_METHOD_DISABLE => _NOT_METHOD_DISABLE,