[xoops-cvslog 3639] CVS update: xoops2jp/html/modules/user/admin/actions

Back to archive index

Minahito minah****@users*****
2006年 7月 20日 (木) 17:14:13 JST


Index: xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php
diff -u xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.4 xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.5
--- xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php:1.1.2.4	Thu Jul 13 19:46:32 2006
+++ xoops2jp/html/modules/user/admin/actions/UserEditAction.class.php	Thu Jul 20 17:14:12 2006
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserEditAction.class.php,v 1.1.2.4 2006/07/13 10:46:32 minahito Exp $
+ * @version $Id: UserEditAction.class.php,v 1.1.2.5 2006/07/20 08:14:12 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -76,7 +76,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,


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