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

Back to archive index

Minahito minah****@users*****
2007年 4月 25日 (水) 18:05:48 JST


Index: xoops2jp/html/modules/user/actions/UserInfoAction.class.php
diff -u xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.9.2.2.2.1 xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.9.2.2.2.2
--- xoops2jp/html/modules/user/actions/UserInfoAction.class.php:1.1.2.9.2.2.2.1	Thu Jan 25 22:38:44 2007
+++ xoops2jp/html/modules/user/actions/UserInfoAction.class.php	Wed Apr 25 18:05:47 2007
@@ -1,7 +1,7 @@
 <?php
 /**
  * @package user
- * @version $Id: UserInfoAction.class.php,v 1.1.2.9.2.2.2.1 2007/01/25 13:38:44 nobunobu Exp $
+ * @version $Id: UserInfoAction.class.php,v 1.1.2.9.2.2.2.2 2007/04/25 09:05:47 minahito Exp $
  */
 
 if (!defined('XOOPS_ROOT_PATH')) exit();
@@ -49,8 +49,10 @@
 			return USER_FRAME_VIEW_ERROR;
 		}
 		
+		$t_rank = xoops_getrank($this->mObject->get('rank'), $this->mObject->get('posts'));
+		
 		$rankHandler =& xoops_getmodulehandler('ranks', 'user');
-		$this->mRankObject =& $rankHandler->get($this->mObject->get('rank'));
+		$this->mRankObject =& $rankHandler->get($t_rank['id']);
 		
 		$root =& $controller->mRoot;
 		


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