Minahito
minah****@users*****
2007年 4月 25日 (水) 18:05:41 JST
Index: xoops2jp/html/modules/user/admin/actions/UserViewAction.class.php diff -u xoops2jp/html/modules/user/admin/actions/UserViewAction.class.php:1.1.2.2.2.1.2.2 xoops2jp/html/modules/user/admin/actions/UserViewAction.class.php:1.1.2.2.2.1.2.3 --- xoops2jp/html/modules/user/admin/actions/UserViewAction.class.php:1.1.2.2.2.1.2.2 Wed Apr 25 17:53:45 2007 +++ xoops2jp/html/modules/user/admin/actions/UserViewAction.class.php Wed Apr 25 18:05:41 2007 @@ -90,9 +90,7 @@ $render->setAttribute('actionForm', $this->mActionForm); $render->setAttribute('object', $this->mObject); - $handler =& xoops_getmodulehandler('ranks'); - $rank =& $handler->get($this->mObject->get('rank')); - $render->setAttribute('rank', $rank); + $render->setAttribute('rank', $this->mObject->getRank()); $handler =& xoops_gethandler('timezone'); $timezone =& $handler->get($this->mObject->get('timezone_offset'));