Minahito
minah****@users*****
2007年 4月 25日 (水) 17:53:46 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.1 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.1 Wed Apr 25 17:46:08 2007 +++ xoops2jp/html/modules/user/admin/actions/UserViewAction.class.php Wed Apr 25 17:53:45 2007 @@ -79,9 +79,6 @@ $posts = 0; $this->mGetUserPosts->call(new XCube_Ref($posts), $this->mObject); - $this->mObject->set('posts', $posts); - $this->mObject->updateRank(); - $handler =& xoops_getmodulehandler('users'); return $handler->insert($this->mObject) ? USER_FRAME_VIEW_SUCCESS : USER_FRAME_VIEW_ERROR;