Minahito
minah****@users*****
2006年 10月 10日 (火) 19:39:34 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 xoops2jp/html/modules/user/admin/actions/UserViewAction.class.php:1.1.2.2.2.1 --- xoops2jp/html/modules/user/admin/actions/UserViewAction.class.php:1.1.2.2 Mon Aug 7 20:32:00 2006 +++ xoops2jp/html/modules/user/admin/actions/UserViewAction.class.php Tue Oct 10 19:39:34 2006 @@ -77,7 +77,7 @@ // Do 'recount' // $posts = 0; - $this->mGetUserPosts->call(new XCube_Ref($posts), $xoopsUser); + $this->mGetUserPosts->call(new XCube_Ref($posts), $this->mObject); $this->mObject->set('posts', $posts);