Minahito
minah****@users*****
2006年 8月 7日 (月) 20:32:00 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.1 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.1 Fri Jul 28 17:55:38 2006 +++ xoops2jp/html/modules/user/admin/actions/UserViewAction.class.php Mon Aug 7 20:32:00 2006 @@ -10,14 +10,14 @@ var $mActionForm = null; /** - * @var XCube_NewDelegate + * @var XCube_Delegate */ var $mGetUserPosts = null; function User_UserViewAction() { parent::User_AbstractViewAction(); - $this->mGetUserPosts =& new XCube_NewDelegate(); + $this->mGetUserPosts =& new XCube_Delegate(); $this->mGetUserPosts->register('User_UserViewAction.GetUserPosts'); }